We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2217da4 + 565bec4 commit c3f5edeCopy full SHA for c3f5ede
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.2
5
- 7.3
6
- 7.4
7
composer.json
@@ -10,14 +10,14 @@
10
}
11
],
12
"require": {
13
- "php": "^7.2.5",
14
- "illuminate/support": "^7.0",
15
- "illuminate/database": "^7.0",
16
- "illuminate/validation": "^7.0"
+ "php": "^7.3 || ^8.0",
+ "illuminate/support": "^8.0",
+ "illuminate/database": "^8.40",
+ "illuminate/validation": "^8.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^8.0",
20
- "mockery/mockery": "^1.2.1",
+ "phpunit/phpunit": "^8.0 || ^9.0",
+ "mockery/mockery": "^1.4.1",
21
"squizlabs/php_codesniffer": "^3.1",
22
"php-coveralls/php-coveralls": "^2.4"
23
0 commit comments