Skip to content

Commit

Permalink
Test installing symfony/http-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsfleite committed Jun 20, 2024
1 parent e401c49 commit 1105fa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/pipeline": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
"illuminate/pipeline": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"symfony/http-foundation": "^7.0"
},
"require-dev": {
"doctrine/dbal": "^2.0",
"doctrine/dbal": "^2.0|",
"fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "4.*|5.*|6.*|7.*|8.*|9.*",
Expand Down

0 comments on commit 1105fa4

Please sign in to comment.