Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisA2 committed Mar 20, 2024
1 parent fbde2d5 commit cd7c628
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@
"description": "Headless H5P Laravel REST API",
"type": "package",
"require": {
"php": ">=7.4",
"laravel/framework": ">=8.0",
"h5p/h5p-core": "1.24.*|dev-master",
"h5p/h5p-editor": "1.24.*|dev-master",
"escolalms/core": "^1",
"escolalms/auth": "^0",
"escolalms/settings": "^0"
"php": "^8.2",
"laravel/framework": "^11",
"h5p/h5p-core": "dev-master",
"h5p/h5p-editor": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0",
"laravel/legacy-factories": "^1.0.4",
"guzzlehttp/guzzle": "^7"
"phpunit/phpunit": "^10.5|^11.0",
"orchestra/testbench-core": "^9.0",
"guzzlehttp/guzzle": "^7.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cd7c628

Please sign in to comment.