Skip to content

Commit

Permalink
Require pheature/*:^0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag authored and kpicaza committed Apr 8, 2024
1 parent 99696d5 commit ddd4a22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
],
"require": {
"php": "~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"pheature/toggle-crud-psr11-factories": "^0.7",
"pheature/toggle-model": "^0.7",
"pheature/toggle-crud-psr11-factories": "^0.8",
"pheature/toggle-model": "^0.8",
"symfony/framework-bundle": "~5.0|~6.0|~7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"doctrine/dbal": ">=2.6 || ^3.0",
"icanhazstring/composer-unused": "^0.8",
"pheature/dbal-toggle": "^0.7",
"pheature/inmemory-toggle": "^0.7",
"pheature/toggle-crud": "^0.7",
"pheature/toggle-crud-psr7-api": "^0.7",
"pheature/dbal-toggle": "^0.8",
"pheature/inmemory-toggle": "^0.8",
"pheature/toggle-crud": "^0.8",
"pheature/toggle-crud-psr7-api": "^0.8",
"phpcompatibility/php-compatibility": "^9.3",
"phpro/grumphp": "^1.0",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit ddd4a22

Please sign in to comment.