Skip to content

Commit

Permalink
Normalized composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Mar 12, 2024
1 parent bdf7ec8 commit c32a3e2
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,14 +20,14 @@
"homepage": "https://github.com/saloonphp/laravel-plugin",
"require": {
"php": "^8.1",
"illuminate/console": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/console": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"saloonphp/saloon": "^3.5",
"symfony/finder": "^6.4|^7.0"
"symfony/finder": "^6.4 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.48",
"orchestra/testbench": "^8.21|^9.0",
"orchestra/testbench": "^8.21 || ^9.0",
"pestphp/pest": "^2.32",
"phpstan/phpstan": "^1.10.56"
},
Expand Down Expand Up @@ -65,11 +65,11 @@
"fix-code": [
"./vendor/bin/php-cs-fixer fix --allow-risky=yes"
],
"test": [
"./vendor/bin/pest"
],
"pstan": [
"./vendor/bin/phpstan analyse"
],
"test": [
"./vendor/bin/pest"
]
}
}

0 comments on commit c32a3e2

Please sign in to comment.