Skip to content

Commit 56a0339

Browse files
committed
TASK: add neos 9 compatibility
1 parent 6c647ef commit 56a0339

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

composer.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"description": "Configure your content-security-policy header easily with yaml.",
3-
"type": "neos-package",
4-
"name": "flowpack/content-security-policy",
5-
"license": [
6-
"MIT"
7-
],
8-
"require": {
9-
"php": "^8.1",
10-
"neos/flow": "^8.3"
11-
},
12-
"autoload": {
13-
"psr-4": {
14-
"Flowpack\\ContentSecurityPolicy\\": "Classes/"
15-
}
16-
},
17-
"autoload-dev": {
18-
"psr-4": {
19-
"Flowpack\\ContentSecurityPolicy\\Tests\\": "Tests/"
20-
}
21-
},
22-
"extra": {
23-
"neos": {
24-
"package-key": "Flowpack.ContentSecurityPolicy"
25-
}
26-
},
27-
"config": {
28-
"allow-plugins": {
29-
"neos/composer-plugin": true,
30-
"phpstan/extension-installer": true
31-
}
32-
},
33-
"require-dev": {
34-
"phpunit/phpunit": "^11.4",
35-
"phpstan/phpstan": "^1.12",
36-
"phpstan/phpstan-phpunit": "^1.4",
37-
"phpstan/extension-installer": "^1.4",
38-
"phpstan/phpstan-strict-rules": "^1.6"
2+
"description": "Configure your content-security-policy header easily with yaml.",
3+
"type": "neos-package",
4+
"name": "flowpack/content-security-policy",
5+
"license": [
6+
"MIT"
7+
],
8+
"require": {
9+
"php": "^8.1",
10+
"neos/flow": "^8.3 || ^9.0"
11+
},
12+
"autoload": {
13+
"psr-4": {
14+
"Flowpack\\ContentSecurityPolicy\\": "Classes/"
3915
}
16+
},
17+
"autoload-dev": {
18+
"psr-4": {
19+
"Flowpack\\ContentSecurityPolicy\\Tests\\": "Tests/"
20+
}
21+
},
22+
"extra": {
23+
"neos": {
24+
"package-key": "Flowpack.ContentSecurityPolicy"
25+
}
26+
},
27+
"config": {
28+
"allow-plugins": {
29+
"neos/composer-plugin": true,
30+
"phpstan/extension-installer": true
31+
}
32+
},
33+
"require-dev": {
34+
"phpunit/phpunit": "^11.4",
35+
"phpstan/phpstan": "^1.12",
36+
"phpstan/phpstan-phpunit": "^1.4",
37+
"phpstan/extension-installer": "^1.4",
38+
"phpstan/phpstan-strict-rules": "^1.6"
39+
}
4040
}

0 commit comments

Comments
 (0)