-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 817 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 817 Bytes
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
{
"name": "rareloop/lumberjack-primer",
"require": {
"rareloop/primer-core": "^v5.0.0",
"rareloop/primer-frontend": "v2.0.0",
"rareloop/lumberjack-core": "^8.0.0",
"gajus/dindent": "^2.0",
"mindplay/composer-locator": "^2",
"statamic/stringy": "^3.1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"satooshi/php-coveralls": "^1.0",
"mockery/mockery": "^1.0.0",
"brain/monkey": "^2.0.2",
"squizlabs/php_codesniffer": "^3.2",
"codedungeon/phpunit-result-printer": "^0.4.4"
},
"autoload": {
"psr-4": {
"Rareloop\\Lumberjack\\Primer\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Rareloop\\Lumberjack\\Primer\\Test\\": "tests"
}
}
}