Skip to content

Commit

Permalink
bump interdependencies to ^0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Aug 12, 2022
1 parent 5736517 commit 178ad86
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 @@ -16,19 +16,19 @@
}
],
"require": {
"php": "^7.4|>=8.0",
"php": "^7.4|^8.0|^8.1",
"laminas/laminas-diactoros": "^2.6",
"mezzio/mezzio": "^3.3",
"mezzio/mezzio-helpers": "^5.4",
"pheature/toggle-core": "^0.3",
"pheature/toggle-crud-psr11-factories": "^0.3",
"pheature/toggle-model": "^0.3"
"pheature/toggle-core": "^0.5",
"pheature/toggle-crud-psr11-factories": "^0.5",
"pheature/toggle-model": "^0.5"
},
"require-dev": {
"icanhazstring/composer-unused": "^0.7.5",
"infection/infection": "^0.25",
"pheature/php-sdk": "^0.3",
"pheature/toggle-crud-psr7-api": "^0.3",
"pheature/php-sdk": "^0.5",
"pheature/toggle-crud-psr7-api": "^0.5",
"phpcompatibility/php-compatibility": "^9.3",
"phpro/grumphp": "^1.0",
"phpstan/phpstan": "^1.0",
Expand Down

0 comments on commit 178ad86

Please sign in to comment.