Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
lamoud committed Dec 29, 2023
1 parent 63711fa commit c17c72d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 651 deletions.
20 changes: 4 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"description": "xAPI Integration with NELC (National Center for e-Learning)",
"type": "yes",
"require": {
"guzzlehttp/guzzle": "^7.8",
"php": "^8.1",
"nesbot/carbon": "^2.72"
"guzzlehttp/guzzle": "^7.2 || ^7.8",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"laravel/pint": "^1.13"

},
"license": "MIT",
"authors": [
Expand All @@ -21,16 +20,5 @@
"psr-4": {
"Lamoud\\LaravelNelcXapiIntegration\\": "src/"
}
},
"scripts": {
"format": "vendor/bin/pint"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
Loading

0 comments on commit c17c72d

Please sign in to comment.