Skip to content

Commit e05e709

Browse files
authored
Merge pull request #11 from brainlet-ali/dev
Laravel 10 support
2 parents afc785e + 9394e9b commit e05e709

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.php_cs.cache
44
.phpunit.result.cache
55
build
6+
composer.lock
67
coverage
78
docs
89
phpunit.xml

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": "^7.4|^8.0|^8.1",
2020
"doctrine/dbal": "^3.3",
21-
"illuminate/contracts": "^v9.0"
21+
"illuminate/contracts": "^v9.0|^10"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.0",
2525
"laravel/pint": "^1.0",
26-
"orchestra/testbench": "^7.6",
26+
"orchestra/testbench": "^7.6|^8.0",
2727
"pestphp/pest": "^1.22",
2828
"pestphp/pest-plugin-laravel": "^1.4",
29-
"phpunit/phpunit": "^9.5",
29+
"phpunit/phpunit": "^9.5|^10.0",
3030
"vimeo/psalm": "^4.24"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)