Skip to content

Commit

Permalink
v2 for laravel ^7.0 and php >= 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SPie committed May 15, 2020
1 parent 2b26663 commit eecd552
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'

notifications:
email:
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"license": "MIT",
"type": "library",
"require": {
"php": ">7.1.3",
"php": ">=7.2.0",
"lcobucci/jwt": "^3.2",
"illuminate/auth": ">=5.4|^7.0",
"illuminate/config": ">=5.4|^7.0",
"illuminate/console": ">=5.4|^7.0",
"illuminate/contracts": ">=5.4|^7.0",
"illuminate/support": ">=5.4|^7.0",
"illuminate/cache": ">=5.4|^7.0",
"vlucas/phpdotenv": "^3.3|^4.0"
"illuminate/auth": "^7.0",
"illuminate/config": "^7.0",
"illuminate/console": "^7.0",
"illuminate/contracts": "^7.0",
"illuminate/support": "^7.0",
"illuminate/cache": "^7.0",
"vlucas/phpdotenv": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit eecd552

Please sign in to comment.