Skip to content

Commit

Permalink
Updated dependencies to allow Laravel 9 and Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Feb 24, 2022
1 parent 17b45d3 commit 14bf06c
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 1,066 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"psr/log": "^1.0",
"psr/simple-cache": "^1.0",
"ralouphie/getallheaders": "^2.0.5|^3.0",
"ramsey/uuid": "^3.0|^4.2.2",
Expand All @@ -26,18 +26,18 @@
"cache/array-adapter": "^1.1",
"doctrine/coding-standard": "^8.2",
"guzzlehttp/guzzle": "^7.3",
"laravel/framework": "^5.5.0|^6.0|^7.0|^8.0",
"laravel/lumen-framework": "^5.5.0|^6.0|^7.0|^8.0",
"laravel/framework": "^5.5.0|^6.0|^7.0|^8.0|^9.0",
"laravel/lumen-framework": "^5.5.0|^6.0|^7.0|^8.0|^9.0",
"monolog/monolog": "^1.26|^2.2.0",
"phpunit/phpunit": "^7.5.20|^8.5.22|^9.5.2",
"nyholm/psr7": "^1.4",
"psalm/plugin-phpunit": "^0.15.1",
"symfony/config": "^4.0 || ^5.0",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/event-dispatcher": "^4.0 || ^5.0",
"symfony/http-kernel": "^4.0 || ^5.0",
"symfony/config": "^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0",
"symfony/orm-pack": "^2.0",
"symfony/process": "^3.0 || ^4.0 || ^5.0",
"symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/twig-pack": "^1.0",
"vimeo/psalm": "^4.16"
},
Expand Down
Loading

0 comments on commit 14bf06c

Please sign in to comment.