Skip to content

Commit

Permalink
Merge pull request #11 from brainlet-ali/dev
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
brainlet-ali authored Feb 17, 2023
2 parents afc785e + 9394e9b commit e05e709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.php_cs.cache
.phpunit.result.cache
build
composer.lock
coverage
docs
phpunit.xml
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"require": {
"php": "^7.4|^8.0|^8.1",
"doctrine/dbal": "^3.3",
"illuminate/contracts": "^v9.0"
"illuminate/contracts": "^v9.0|^10"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"laravel/pint": "^1.0",
"orchestra/testbench": "^7.6",
"orchestra/testbench": "^7.6|^8.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.4",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5|^10.0",
"vimeo/psalm": "^4.24"
},
"autoload": {
Expand Down

0 comments on commit e05e709

Please sign in to comment.