Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Jun 29, 2023
1 parent 08feab7 commit c69c47f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -15,20 +15,20 @@
}
],
"require": {
"genealabs/laravel-casts": "dev-feature/upgrade-to-blade-components@dev",
"illuminate/support": "^10.0",
"illuminate/view": "^10.0",
"php": "^8.2",
"genealabs/laravel-casts": "dev-feature/upgrade-to-blade-components @dev",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"php": "^7.3|^8.0",
"ramsey/uuid": "^4.0",
"titasgailius/search-relations": "^1.0"
},
"require-dev": {
"doctrine/dbal": "^2.9",
"fakerphp/faker": "^1.11",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5|^10.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^10.0",
"symfony/thanks": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit c69c47f

Please sign in to comment.