Skip to content

Commit

Permalink
update laminas diactoros
Browse files Browse the repository at this point in the history
  • Loading branch information
doganoo committed May 16, 2023
1 parent fe11afd commit 156b05b
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 693 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/vendor/
/aufgaben/
main.php
/.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"require": {
"ext-json": "*",
"doganoo/php-algorithms": "^2.0",
"laminas/laminas-diactoros": "^2.17",
"laminas/laminas-diactoros": "^2.18",
"mezzio/mezzio": "^3.11",
"laminas/laminas-servicemanager": "^3.16"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.28",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "6.5",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
Expand Down

0 comments on commit 156b05b

Please sign in to comment.