Skip to content

Commit

Permalink
Merge pull request #3 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 08ba95e + 23dc68b commit 9a918ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"require": {
"php": "^7.2 || ^8.0",
"middlewares/utils": "^3.0",
"middlewares/utils": "^3.0 || ^4.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8|^9",
"laminas/laminas-diactoros": "^2.2",
"phpunit/phpunit": "^8 || ^9",
"laminas/laminas-diactoros": "^2.2 || ^3.0",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
"oscarotero/php-cs-fixer-config": "^1.0",
Expand Down

0 comments on commit 9a918ad

Please sign in to comment.