Skip to content

Commit

Permalink
tMerge branch 'main' into feature/update_ci_unit_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Jun 9, 2024
2 parents 9335505 + 0f447eb commit 236c48c
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 @@ -19,11 +19,11 @@
},
"require": {
"php": "^7.2 || ^8.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-diactoros": "^2.4",
"laminas/laminas-diactoros": "^2.4 || ^3.0",
"phpunit/phpunit": "^8.5.8 || ^9.4",
"squizlabs/php_codesniffer": "^3.2"
},
Expand Down

0 comments on commit 236c48c

Please sign in to comment.