Skip to content

Commit

Permalink
Merge pull request #6 from nlemoine/feat-update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
oscarotero committed Jan 12, 2024
2 parents 16809ce + 4738d9b commit 0a10b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": "^7.2 || ^8.0",
"middlewares/utils": "^3.0",
"middlewares/utils": "^3.0 || ^4.0",
"psr/http-server-middleware": "^1.0",
"wyrihaximus/html-compress": "^3.0 || ^4.0"
},
Expand All @@ -30,7 +30,7 @@
"squizlabs/php_codesniffer": "^3.0",
"oscarotero/php-cs-fixer-config": "^1.0",
"phpstan/phpstan": "^0.12",
"laminas/laminas-diactoros": "^2.3"
"laminas/laminas-diactoros": "^2.3 || ^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0a10b94

Please sign in to comment.