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 afc785e + 9394e9b commit e05e709Copy full SHA for e05e709
.gitignore
@@ -3,6 +3,7 @@
3
.php_cs.cache
4
.phpunit.result.cache
5
build
6
+composer.lock
7
coverage
8
docs
9
phpunit.xml
composer.json
@@ -18,15 +18,15 @@
18
"require": {
19
"php": "^7.4|^8.0|^8.1",
20
"doctrine/dbal": "^3.3",
21
- "illuminate/contracts": "^v9.0"
+ "illuminate/contracts": "^v9.0|^10"
22
},
23
"require-dev": {
24
"friendsofphp/php-cs-fixer": "^3.0",
25
"laravel/pint": "^1.0",
26
- "orchestra/testbench": "^7.6",
+ "orchestra/testbench": "^7.6|^8.0",
27
"pestphp/pest": "^1.22",
28
"pestphp/pest-plugin-laravel": "^1.4",
29
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "^9.5|^10.0",
30
"vimeo/psalm": "^4.24"
31
32
"autoload": {
0 commit comments