Skip to content

Commit

Permalink
php support
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitypaul committed Mar 11, 2020
1 parent bb8c5dc commit dd98036
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 38 deletions.
33 changes: 33 additions & 0 deletions .idea/laravel-password-history-validation.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php


php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
}
],
"require": {
"php": "^7.1.3|7.2.*|7.3.*|7.4.*",
"laravel/framework":"~5.1|6.*|7.*"
"php": "^7.1",
"illuminate/support": "^6.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0",
"phpunit/phpunit": "~4.1|^8.0"
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dd98036

Please sign in to comment.