-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 925 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "waynestate/parse-promos",
"version": "2.0.0",
"type": "library",
"description": "Parse promotion arrays from the Wayne State University API",
"keywords": [
"array",
"parse"
],
"homepage": "http://github.com/waynestate/parse-promos",
"license": "MIT",
"authors": [
{
"name": "Nick DeNardis",
"email": "[email protected]",
"homepage": "https://wayne.edu/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/waynestate/parse-promos/issues",
"source": "https://github.com/waynestate/parse-promos"
},
"require": {
"php": ">=7",
"waynestate/parse-youtube-id": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6"
},
"autoload": {
"psr-4": {
"Waynestate\\Promotions\\": "src"
}
}
}