Skip to content

Commit

Permalink
Merge pull request #9 from belsimpel/master
Browse files Browse the repository at this point in the history
Update PSR-7 and add missing composer packages, fix psalm error and bump PHP to 8.2
  • Loading branch information
thomasvargiu authored Jul 27, 2023
2 parents 60125f3 + 3fd9ebe commit bb5e7d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ext-json": "*",
"php-http/discovery": "^1.7",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"spomky-labs/base64url": "^2.0.1",
"symfony/polyfill-mbstring": "^1.15",
Expand All @@ -63,7 +63,7 @@
"require-dev": {
"facile-it/facile-coding-standard": "^0.5.2",
"friendsofphp/php-cs-fixer": "^3.14.3",
"laminas/laminas-diactoros": "^2.17",
"laminas/laminas-diactoros": "^2.17 || ^3.0.0",
"php-http/curl-client": "^2.2.1",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.6.3",
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<psalm
errorLevel="1"
phpVersion="8.1"
phpVersion="8.2"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand Down

0 comments on commit bb5e7d6

Please sign in to comment.