Skip to content

Commit 34d2193

Browse files
committed
Restoring original dependency
1 parent 3d264de commit 34d2193

1 file changed

Lines changed: 32 additions & 18 deletions

File tree

composer.json

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,68 @@
11
{
22
"name": "nails/module-analytics",
3-
"keywords": [],
3+
"keywords":
4+
[],
45
"homepage": "http://nailsapp.co.uk/modules/analytics",
56
"description": "This module provides a unified API for loading, configuring, and using analytic platforms.",
67
"license": "MIT",
7-
"authors": [
8+
"authors":
9+
[
810
{
911
"name": "Pablo de la Pena",
1012
"email": "p@nailsapp.co.uk",
1113
"homepage": "http://nailsapp.co.uk",
1214
"role": "Developer"
1315
}
1416
],
15-
"support": {
17+
"support":
18+
{
1619
"email": "hello@nailsapp.co.uk"
1720
},
1821
"minimum-stability": "dev",
1922
"prefer-stable": true,
20-
"require": {
21-
"nails\/common": "dev-feature/pre-new-admin-ci-php8"
23+
"require":
24+
{
25+
"nails/common": "dev-feature/pre-new-admin"
2226
},
23-
"require-dev": {
27+
"require-dev":
28+
{
2429
"phpunit/phpunit": "9.*",
2530
"phpstan/phpstan": "1.*"
2631
},
27-
"scripts": {
32+
"scripts":
33+
{
2834
"test": "./vendor/bin/phpunit",
2935
"analyse": "./vendor/bin/phpstan analyse -c .phpstan/config.neon"
3036
},
31-
"autoload": {
32-
"psr-4": {
33-
"Nails\\Analytics\\": "src\/"
37+
"autoload":
38+
{
39+
"psr-4":
40+
{
41+
"Nails\\Analytics\\": "src/"
3442
}
3543
},
36-
"autoload-dev": {
37-
"psr-4": {
38-
"Test\\Analytics\\": "tests\/"
44+
"autoload-dev":
45+
{
46+
"psr-4":
47+
{
48+
"Test\\Analytics\\": "tests/"
3949
}
4050
},
41-
"suggest": {
51+
"suggest":
52+
{
4253
"nails/driver-analytics-fbpixel": "Adds support for Facebook Pixel.",
4354
"nails/driver-analytics-google": "Adds support for Google Analytics.",
4455
"nails/driver-analytics-hotjar": "Adds support for HotJar."
4556
},
46-
"extra": {
47-
"nails": {
57+
"extra":
58+
{
59+
"nails":
60+
{
4861
"moduleName": "analytics",
4962
"type": "module",
5063
"namespace": "Nails\\Analytics\\",
51-
"data": {}
64+
"data":
65+
{}
5266
}
5367
}
54-
}
68+
}

0 commit comments

Comments
 (0)