Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Dec 28, 2024
1 parent b448b7a commit 5c4dcbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],
"require": {
"php": "^8.2",
"gammamatrix/playground": "dev-develop|dev-master|dev-feature/*|^73.0@dev|^73.0"
"gammamatrix/playground": "*"
},
"require-dev": {
"gammamatrix/playground-auth": "dev-develop|dev-master|dev-feature/*|^73.0@dev|^73.0",
"gammamatrix/playground-test": "dev-develop|dev-master|dev-feature/*|^73.0@dev|^73.0"
"gammamatrix/playground-auth": "*",
"gammamatrix/playground-test": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -47,8 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "73.x-dev",
"dev-master": "73.x-dev"
"dev-develop": "73.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 5c4dcbb

Please sign in to comment.