We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2afa02a + 042a706 commit 0002c54Copy full SHA for 0002c54
composer.json
@@ -16,15 +16,15 @@
16
}
17
],
18
"require": {
19
- "php": "^7.3 || ^8.0",
20
- "doctrine/dbal": "^2.0|^3.0",
+ "php": "^8.0",
+ "doctrine/dbal": "^2.0|^3.0 || ^4.2",
21
"fakerphp/faker": "^1.13",
22
- "illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0",
23
- "illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0"
+ "illuminate/console": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
+ "illuminate/support": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0"
24
},
25
"require-dev": {
26
- "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0",
27
- "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5",
+ "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0 || ^10.0",
+ "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5 || ^11.5.3",
28
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1"
29
30
"autoload": {
0 commit comments