Skip to content

Commit

Permalink
Merge pull request #30 from OpenBuildings/update-php-version-to-73
Browse files Browse the repository at this point in the history
Update PHPUnnit and travis file to support php versions 7.1, 7.2, 7,3
  • Loading branch information
MartinAndreev authored Feb 25, 2020
2 parents 2896854 + 7998af7 commit 449d46a
Show file tree
Hide file tree
Showing 18 changed files with 1,601 additions and 398 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ language: php
dist: trusty

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

matrix:
include:
- php: "5.3"
- php: "7.1"
dist: precise

branches:
Expand Down
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "openbuildings/jam-tart",
"type": "kohana-module",
"description": "Admin Builder for Kohana, using Jam ORM",
"keywords": ["kohana", "admin", "jam", "twitter-bootstrap", "cms", "backend"],
"keywords": [
"kohana",
"admin",
"jam",
"twitter-bootstrap",
"cms",
"backend"
],
"homepage": "https://github.com/OpenBuildings/jam-tart",
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -13,15 +20,18 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=7.1",
"composer/installers": "*",
"openbuildings/jam": "~0.5.0",
"openbuildings/flex-storage": "0.1.*"
},
"require-dev": {
"ext-dom": "*",
"twbs/bootstrap": "2.3.*",
"openbuildings/kohana-test-bootsrap": "0.1.*",
"openbuildings/jam-auth": "~0.3.2",
"phpunit/phpunit": "~4.1.0"
"phpunit/phpunit": "~7.5.20",
"symfony/dom-crawler": "^4.4",
"symfony/css-selector": "^4.4"
}
}
Loading

0 comments on commit 449d46a

Please sign in to comment.