Skip to content

Commit dd98036

Browse files
committed
php support
1 parent bb8c5dc commit dd98036

File tree

4 files changed

+70
-38
lines changed

4 files changed

+70
-38
lines changed

Diff for: .idea/laravel-password-history-validation.iml

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/php.xml

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22

33

44
php:
5-
- 7.1
65
- 7.2
76
- 7.3
87
- 7.4

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.1.3|7.2.*|7.3.*|7.4.*",
22-
"laravel/framework":"~5.1|6.*|7.*"
21+
"php": "^7.1",
22+
"illuminate/support": "^6.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^3.8|^4.0",
26-
"phpunit/phpunit": "~4.1|^8.0"
25+
"orchestra/testbench": "^4.0",
26+
"phpunit/phpunit": "^8.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)