We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad560be commit 6f355e1Copy full SHA for 6f355e1
.gitattributes
@@ -1,2 +1,6 @@
1
-/tests export-ignore
2
-/.gitattributes export-ignore
+/tests export-ignore
+.gitignore export-ignore
3
+.travis.yml export-ignore
4
+.styleci.yml export-ignore
5
+.gitattributes export-ignore
6
+.scrutinizer.yml export-ignore
composer.json
@@ -13,11 +13,11 @@
13
],
14
"require": {
15
"php": ">=7.1",
16
- "illuminate/http": "~5.3|^6.0",
17
- "illuminate/support": "~5.3|^6.0"
+ "illuminate/http": "~5.3|^6.0|^7.0",
+ "illuminate/support": "~5.3|^6.0|^7.0"
18
},
19
"require-dev": {
20
- "phpunit/phpunit": "^6.3"
+ "phpunit/phpunit": "^7.5"
21
22
"autoload": {
23
"psr-4": {
0 commit comments