Skip to content

Commit

Permalink
replace laminas/laminas-diactoros with nyholm/psr7
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Oct 11, 2024
1 parent 9b99c22 commit fce9b74
Show file tree
Hide file tree
Showing 23 changed files with 660 additions and 1,083 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6.15",
"laminas/laminas-diactoros": "^3.3.0",
"nyholm/psr7": "^1.8",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan-phpunit": "^1.3.15",
"roave/security-advisories": "dev-master",
Expand Down
8 changes: 4 additions & 4 deletions examples/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
},
"require-dev": {
"league/event": "^3.0",
"lcobucci/jwt": "^3.4.6 || ^4.0.4",
"psr/http-message": "^1.0.1",
"defuse/php-encryption": "^2.2.1",
"laminas/laminas-diactoros": "^2.5.0"
"lcobucci/jwt": "^3.4.6 || ^4.0.4 || ^5.0",
"psr/http-message": "^1.1 || ^2.0",
"defuse/php-encryption": "^2.4",
"nyholm/psr7": "^1.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit fce9b74

Please sign in to comment.