Skip to content

Commit 943ce27

Browse files
committed
ci: ignore PKSA-y2cr-5h3j-g3ys again
1 parent c2d78af commit 943ce27

File tree

1 file changed

+50
-47
lines changed

1 file changed

+50
-47
lines changed

composer.json

Lines changed: 50 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,52 @@
11
{
2-
"name": "digicademy/typograph",
3-
"type": "typo3-cms-extension",
4-
"description": "TYPO3 GraphQL Endpoint Extension",
5-
"homepage": "http://www.digitale-akademie.de",
6-
"authors": [
7-
{
8-
"name": "Frodo Podschwadek",
9-
"email": "frodo.podschwadek@adwmainz.de",
10-
"role": "Developer",
11-
"homepage": "http://www.adwmainz.de"
12-
}
13-
],
14-
"license": [
15-
"GPL-2.0+"
16-
],
17-
"keywords": [
18-
"TYPO3"
19-
],
20-
"version": "0.9.0",
21-
"require": {
22-
"php": "^8.3",
23-
"typo3/cms-core": "^12.4",
24-
"webonyx/graphql-php": "^15"
25-
},
26-
"require-dev": {
27-
"codeception/codeception": "^5.2",
28-
"codeception/module-phpbrowser": "*",
29-
"codeception/module-asserts": "*",
30-
"codeception/module-db": "^3.2",
31-
"codeception/verify": "^3.2",
32-
"ssch/typo3-rector": "^3.8",
33-
"typo3/coding-standards": "^0.8.0",
34-
"a9f/typo3-fractor": "^0.5.0"
35-
},
36-
"autoload": {
37-
"psr-4": {
38-
"Digicademy\\TypoGraph\\": "Classes/"
39-
}
40-
},
41-
"extra": {
42-
"typo3/cms": {
43-
"extension-key": "typograph"
44-
}
45-
},
46-
"config": {
47-
"allow-plugins": true
48-
}
2+
"name": "digicademy/typograph",
3+
"type": "typo3-cms-extension",
4+
"description": "TYPO3 GraphQL Endpoint Extension",
5+
"homepage": "http://www.digitale-akademie.de",
6+
"authors": [
7+
{
8+
"name": "Frodo Podschwadek",
9+
"email": "frodo.podschwadek@adwmainz.de",
10+
"role": "Developer",
11+
"homepage": "http://www.adwmainz.de"
12+
}
13+
],
14+
"license": [
15+
"GPL-2.0+"
16+
],
17+
"keywords": [
18+
"TYPO3"
19+
],
20+
"version": "0.9.0",
21+
"require": {
22+
"php": "^8.3",
23+
"typo3/cms-core": "^12.4",
24+
"webonyx/graphql-php": "^15"
25+
},
26+
"require-dev": {
27+
"codeception/codeception": "^5.2",
28+
"codeception/module-phpbrowser": "*",
29+
"codeception/module-asserts": "*",
30+
"codeception/module-db": "^3.2",
31+
"codeception/verify": "^3.2",
32+
"ssch/typo3-rector": "^3.8",
33+
"typo3/coding-standards": "^0.8.0",
34+
"a9f/typo3-fractor": "^0.5.0"
35+
},
36+
"autoload": {
37+
"psr-4": {
38+
"Digicademy\\TypoGraph\\": "Classes/"
39+
}
40+
},
41+
"extra": {
42+
"typo3/cms": {
43+
"extension-key": "typograph"
44+
}
45+
},
46+
"config": {
47+
"allow-plugins": true,
48+
"audit": {
49+
"ignore": ["PKSA-y2cr-5h3j-g3ys"]
50+
}
51+
}
4952
}

0 commit comments

Comments
 (0)