Skip to content

Commit

Permalink
update version for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
apavliukov committed Mar 4, 2023
1 parent caf61cc commit 8083101
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
"require": {
"php": "^7.4|^8.0",
"zytzagoo/smtp-validate-email": "^1.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^6.19",
"mockery/mockery": "^1.4",
"fakerphp/faker": "^1.15"
},
"autoload": {
"psr-4": {
Expand All @@ -42,12 +48,6 @@
}
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^6.19",
"mockery/mockery": "^1.4",
"fakerphp/faker": "^1.15"
},
"scripts": {
"post-autoload-dump": [
"@php ./vendor/bin/testbench package:discover --ansi"
Expand Down

0 comments on commit 8083101

Please sign in to comment.