Skip to content

Commit

Permalink
Updated dependencies (php>=7.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Apr 2, 2020
1 parent ffa0775 commit 938e373
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: php
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'

install:
- composer self-update
- composer install

script:
- ./bin/phing unit

9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0",
"php": ">=7.3",
"ext-mbstring": "*"
},
"require-dev": {
"phing/phing": "^2.0.0",
"phpunit/phpunit": "^7.0.0 || ^8.0.0"
"phing/phing": "^2.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -25,6 +25,7 @@
}
},
"config": {
"bin-dir": "bin/"
"bin-dir": "bin/",
"sort-packages": true
}
}

0 comments on commit 938e373

Please sign in to comment.