Skip to content

Commit

Permalink
[#223] set missing development versions on composer dev to allow deal…
Browse files Browse the repository at this point in the history
…ing bc-breaks
  • Loading branch information
kpicaza committed Jun 26, 2021
1 parent f6393b0 commit b99dc95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -23,10 +23,10 @@
"require-dev": {
"icanhazstring/composer-unused": "^0.7.5",
"infection/infection": "^0.23.0",
"pheature/dbal-toggle": "^0.1.1",
"pheature/inmemory-toggle": "^0.1.1",
"pheature/php-sdk": "^0.1.1",
"pheature/toggle-crud": "^0.1.1",
"pheature/dbal-toggle": "1.0.x-dev",
"pheature/inmemory-toggle": "1.0.x-dev",
"pheature/php-sdk": "^1.0.x-dev",
"pheature/toggle-crud": "1.0.x-dev",
"phpro/grumphp": "^1.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.0 || ^9.0",
Expand Down

0 comments on commit b99dc95

Please sign in to comment.