Skip to content

Commit c69c47f

Browse files
authored
Update composer.json
1 parent 08feab7 commit c69c47f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
}
1616
],
1717
"require": {
18-
"genealabs/laravel-casts": "dev-feature/upgrade-to-blade-components@dev",
19-
"illuminate/support": "^10.0",
20-
"illuminate/view": "^10.0",
21-
"php": "^8.2",
18+
"genealabs/laravel-casts": "dev-feature/upgrade-to-blade-components @dev",
19+
"illuminate/support": "^9.0|^10.0",
20+
"illuminate/view": "^9.0|^10.0",
21+
"php": "^7.3|^8.0",
2222
"ramsey/uuid": "^4.0",
2323
"titasgailius/search-relations": "^1.0"
2424
},
2525
"require-dev": {
2626
"doctrine/dbal": "^2.9",
2727
"fakerphp/faker": "^1.11",
2828
"laravel/legacy-factories": "^1.0",
29-
"orchestra/testbench": "^8.0",
29+
"orchestra/testbench": "^7.0|^8.0",
30+
"phpunit/phpunit": "^9.5|^10.0",
3031
"php-coveralls/php-coveralls": "^2.1",
31-
"phpunit/phpunit": "^10.0",
3232
"symfony/thanks": "^1.2"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)