-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (37 loc) · 973 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
37
38
{
"name": "thanosalexander/activity",
"description": "This package keeps activities for various actions ",
"keywords": ["activities", "laravel", "php"],
"license": "MIT",
"homepage": "https://github.com/thanosalexander/activities",
"authors": [
{
"name": "Atahanasios Alexandris",
"email": "[email protected]",
"homepage": "http://aetos.it.teithe.gr/~athalex"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
"illuminate/support": "~5.0"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~4.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/thanosalexander/activities"
}
],
"autoload": {
"psr-4": {
"Thanosalexander\\Activity\\": "src/"
},
"classmap": [
"tests"
]
}
}