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 6550a9d + 0734a18 commit ac71e0aCopy full SHA for ac71e0a
.travis.yml
@@ -21,6 +21,9 @@ matrix:
21
- php: 8.0
22
23
env: setup=lowest
24
+ - php: 8.1
25
26
+ env: setup=lowest
27
28
cache:
29
directories:
composer.json
@@ -16,14 +16,14 @@
16
}
17
],
18
"require": {
19
- "php": "^7.2.5 || ^8.0",
20
- "illuminate/support": "^6.0 || ^7.0 || ^8.0"
+ "php": "^8.0",
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.0",
- "orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
- "squizlabs/php_codesniffer": "^3.4",
- "mockery/mockery": "^1.3.3"
+ "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
+ "squizlabs/php_codesniffer": "^3.6",
+ "mockery/mockery": "^1.4"
"autoload": {
"psr-4": {
0 commit comments