Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenefvdm committed Nov 18, 2024
1 parent 152fb17 commit a9f36ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
}
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^9.25",
"php": "^8.3",
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
Expand All @@ -44,7 +43,10 @@
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit a9f36ee

Please sign in to comment.