Skip to content

Commit

Permalink
Merge branch '3.x' into php8.2-support
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate authored Jun 5, 2023
2 parents 2cad1b2 + 7102b07 commit 4132e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
],
"require": {
"php": "^7.4 || ^8.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.1",
"slim/slim": "^4.11",
"twig/twig": "^3.5",
"twig/twig": "^3.6",
"symfony/polyfill-php81": "^1.27"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.9.17",
"phpstan/phpstan": "^1.10.15",
"psr/http-factory": "^1.0",
"squizlabs/php_codesniffer": "^3.7"
},
Expand Down

0 comments on commit 4132e14

Please sign in to comment.