|
1 | 1 | { |
2 | | - "name": "derhansen/add_pwd_policy_composer_v14", |
3 | | - "description": "composer.json for TYPO3 v14 build", |
4 | | - "keywords": [ |
5 | | - "TYPO3 CMS", |
6 | | - "security", |
7 | | - "password policy", |
8 | | - "password validators" |
9 | | - ], |
10 | | - "repositories": [ |
11 | | - { |
12 | | - "type": "path", |
13 | | - "url": "../../" |
14 | | - } |
15 | | - ], |
16 | | - "require": { |
17 | | - "typo3/cms-core": "^14.3", |
18 | | - "typo3/cms-setup": "^14.3", |
19 | | - "typo3/cms-backend": "^14.3", |
20 | | - "typo3/cms-felogin": "^14.3", |
21 | | - "derhansen/add_pwd_policy": "@dev" |
22 | | - }, |
23 | | - "require-dev": { |
24 | | - "typo3/cms-composer-installers": "^5.0", |
25 | | - "typo3/testing-framework": "^9.0.0", |
26 | | - "friendsofphp/php-cs-fixer": "^3.49", |
27 | | - "phpstan/phpstan": "^2.1", |
28 | | - "phpstan/extension-installer": "^1.1" |
29 | | - }, |
30 | | - "config": { |
31 | | - "lock": false, |
32 | | - "allow-plugins": { |
33 | | - "typo3/class-alias-loader": true, |
34 | | - "typo3/cms-composer-installers": true, |
35 | | - "phpstan/extension-installer": true |
36 | | - } |
37 | | - } |
| 2 | + "name": "derhansen/add_pwd_policy_composer_v14", |
| 3 | + "description": "composer.json for TYPO3 v14 build", |
| 4 | + "keywords": [ |
| 5 | + "TYPO3 CMS", |
| 6 | + "security", |
| 7 | + "password policy", |
| 8 | + "password validators" |
| 9 | + ], |
| 10 | + "repositories": [ |
| 11 | + { |
| 12 | + "type": "path", |
| 13 | + "url": "../../" |
| 14 | + } |
| 15 | + ], |
| 16 | + "require": { |
| 17 | + "typo3/cms-core": "^14.3", |
| 18 | + "typo3/cms-setup": "^14.3", |
| 19 | + "typo3/cms-backend": "^14.3", |
| 20 | + "typo3/cms-felogin": "^14.3", |
| 21 | + "derhansen/add_pwd_policy": "@dev" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "typo3/cms-composer-installers": "^5.0", |
| 25 | + "typo3/testing-framework": "^9.0.0", |
| 26 | + "friendsofphp/php-cs-fixer": "^3.49", |
| 27 | + "phpstan/phpstan": "^2.1", |
| 28 | + "saschaegerer/phpstan-typo3": "^3.0", |
| 29 | + "phpstan/extension-installer": "^1.1" |
| 30 | + }, |
| 31 | + "config": { |
| 32 | + "lock": false, |
| 33 | + "allow-plugins": { |
| 34 | + "typo3/class-alias-loader": true, |
| 35 | + "typo3/cms-composer-installers": true, |
| 36 | + "phpstan/extension-installer": true |
| 37 | + } |
| 38 | + } |
38 | 39 | } |
0 commit comments