Skip to content

Commit

Permalink
Add the children requirements to the root composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Oct 22, 2024
1 parent 1608675 commit c72da76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"firebase/php-jwt": "^6.8",
"lcobucci/clock": "^2.0 || ^3.0",
"lcobucci/jwt": "^4.1.5 || ^5.0.0",
"league/oauth1-client": "^1.9",
"litesaml/lightsaml": "^4.0",
"ovh/ovh": "^3.0",
"socialiteproviders/manager": "^4.4"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Ovh/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"ovh/ovh": "^2.0",
"ovh/ovh": "^3.0",
"socialiteproviders/manager": "^4.4"
},
"autoload": {
Expand Down

0 comments on commit c72da76

Please # to comment.