Skip to content

Commit

Permalink
Merge pull request #46 from 8fold/initialize-site-with-request
Browse files Browse the repository at this point in the history
update: Dependencies
  • Loading branch information
joshbruce authored May 19, 2024
2 parents 7c6bcd8 + 322605a commit 72b6f08
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 198 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/php81.yml

This file was deleted.

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"8fold/php-xml-builder": "^2.0",
"psr/http-message": "^1.1",
"psr/http-message": "^2.0",
"psr/log": "^3.0",
"voku/portable-ascii": "^2.0"
"voku/portable-ascii": "^2.0",
"symfony/finder": "^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "^3.7",
"symfony/finder": "^6.0",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.0"
"nyholm/psr7-server": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 72b6f08

Please sign in to comment.