Skip to content

Commit

Permalink
chore: Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
aszenz committed May 23, 2024
1 parent 6b1a7ba commit 53eb594
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"overblog/graphql-bundle": "dev-master",
"webonyx/graphql-php": "dev-master",
"webonyx/graphql-php": "^15.4",
"phpunit/phpunit": "^9.5.10",
"symfony/browser-kit": "^5.3 || ^6.0 || ^7.0",
"symfony/config": "^5.3.7 || ^6.0 || ^7.0",
Expand All @@ -48,11 +48,6 @@
"autoload-dev": {
"psr-4": { "Overblog\\GraphiQLBundle\\Tests\\": "tests/" }
},
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"scripts": {
"test": "bin/phpunit --color=always",
"install-cs": "test -f php-cs-fixer.phar || wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.7/php-cs-fixer.phar -O php-cs-fixer.phar",
Expand Down

0 comments on commit 53eb594

Please sign in to comment.