Skip to content

Commit

Permalink
fix: loosen version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Feb 9, 2024
1 parent ace396e commit 54be39f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
],
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.16.2",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.49",
"guzzlehttp/guzzle": "^7.8.1",
"nunomaduro/collision": "^7.10",
"orchestra/testbench": "^8.21.1",
"pestphp/pest": "^2.33.4",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.2",
"spatie/laravel-ray": "^1.35"
"nunomaduro/collision": "^7.8",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.0",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
"psr-4": {
Expand All @@ -43,10 +43,7 @@
}
},
"scripts": {
"post-autoload-dump": [
"@composer run prepare",
"([ $COMPOSER_DEV_MODE -eq 1 ] && composer autocomplete) || true"
],
"post-autoload-dump": "@composer run prepare",
"clear": "@php vendor/bin/testbench package:purge-bluesky-notification-channel --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": [
Expand Down

0 comments on commit 54be39f

Please sign in to comment.