Skip to content

Commit 8a39afe

Browse files
committed
Created structur
1 parent 2acc3a4 commit 8a39afe

File tree

3 files changed

+1324
-0
lines changed

3 files changed

+1324
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "lamoud/laravel-nelc-xapi-integration",
3+
"description": "xAPI Integration with NELC (National Center for e-Learning)",
4+
"type": "yes",
5+
"require": {
6+
"guzzlehttp/guzzle": "^7.8",
7+
"php": "^8.1",
8+
"nesbot/carbon": "^2.72",
9+
"laravel/pint": "^1.13"
10+
},
11+
"require-dev": {
12+
"laravel/pint": "^1.13"
13+
},
14+
"license": "MIT",
15+
"autoload": {
16+
"psr-4": {
17+
"Lamoud\\LaravelNelcXapiIntegration\\": "src/"
18+
}
19+
},
20+
"authors": [
21+
{
22+
"name": "Mahmoud Hassan"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)