Skip to content

Commit

Permalink
Target Laravel 5.5 as a minimum, require PHP >=7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antennaio committed Aug 7, 2018
1 parent 5205325 commit 2b14409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: php

php:
- 5.6
- 7
- 7.0
- 7.1

before_script:
- composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.1.3",
"php": ">=7.0",
"hashids/hashids": "^1.0",
"illuminate/database": "~5.5",
"ramsey/uuid": "^3.3",
Expand All @@ -18,8 +18,8 @@
"require-dev": {
"illuminate/events": "~5.5",
"mockery/mockery": "1.1.0",
"orchestra/testbench": "3.6.*",
"phpunit/phpunit": "7.2.*"
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2b14409

Please sign in to comment.