Skip to content

Commit

Permalink
Update PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paseto committed Jan 9, 2024
1 parent 2ec461e commit d7c269e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3,225 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
vendor/
examples/*.xml
examples/debug.php
examples/debug.php
composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"php": "^7.2",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"phpstan/phpstan": "^0.11.1",
"phpunit/phpunit": "^7"
"phpstan/phpstan": "^1.10.48",
"phpunit/phpunit": "^10.5.2"
},
"minimum-stability": "dev",
"autoload": {
Expand Down
Loading

0 comments on commit d7c269e

Please sign in to comment.