|
1 | 1 | { |
2 | | - "name": "saschaegerer/phpstan-typo3", |
3 | | - "description": "TYPO3 CMS class reflection extension for PHPStan", |
4 | | - "license": ["MIT"], |
5 | | - "type": "phpstan-extension", |
6 | | - "minimum-stability": "dev", |
7 | | - "prefer-stable": true, |
8 | | - "require": { |
9 | | - "php": "^7.2 || ^8.0", |
10 | | - "phpstan/phpstan": "^1.8.9", |
11 | | - "nikic/php-parser": "^4.15.1", |
12 | | - "typo3/cms-core": "^10.4 || ^11.5 || ^12.0", |
13 | | - "typo3/cms-extbase": "^10.4 || ^11.5 || ^12.0", |
14 | | - "bnf/phpstan-psr-container": "^1.0" |
15 | | - }, |
16 | | - "require-dev": { |
17 | | - "consistence-community/coding-standard": "^3.10.1", |
18 | | - "slevomat/coding-standard": "^6.4.1", |
19 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
20 | | - "php-parallel-lint/php-parallel-lint": "^1.3.2", |
21 | | - "phing/phing": "^2.17.4", |
22 | | - "phpstan/phpstan-strict-rules": "^1.4.4", |
23 | | - "phpunit/phpunit": "^8.5.30", |
24 | | - "symfony/polyfill-php80": "^1.26.0" |
25 | | - }, |
26 | | - "autoload": { |
27 | | - "psr-4": { |
28 | | - "SaschaEgerer\\PhpstanTypo3\\": "src/" |
29 | | - } |
30 | | - }, |
31 | | - "autoload-dev": { |
32 | | - "psr-4": { |
33 | | - "SaschaEgerer\\PhpstanTypo3\\Tests\\": "tests/" |
34 | | - }, |
35 | | - "files": [ |
36 | | - "tests/Unit/Type/data/repository-stub-files.php" |
37 | | - ] |
38 | | - }, |
39 | | - "extra": { |
40 | | - "branch-alias": { |
41 | | - "dev-master": "1.1-dev" |
42 | | - }, |
43 | | - "phpstan": { |
44 | | - "includes": ["extension.neon"] |
45 | | - } |
46 | | - }, |
47 | | - "config": { |
48 | | - "allow-plugins": { |
49 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
50 | | - "typo3/class-alias-loader": true, |
51 | | - "typo3/cms-composer-installers": true |
52 | | - } |
53 | | - } |
| 2 | + "name": "saschaegerer/phpstan-typo3", |
| 3 | + "description": "TYPO3 CMS class reflection extension for PHPStan", |
| 4 | + "license": [ |
| 5 | + "MIT" |
| 6 | + ], |
| 7 | + "type": "phpstan-extension", |
| 8 | + "minimum-stability": "dev", |
| 9 | + "prefer-stable": true, |
| 10 | + "require": { |
| 11 | + "php": "^7.2 || ^8.0", |
| 12 | + "phpstan/phpstan": "^1.8.9", |
| 13 | + "nikic/php-parser": "^4.15.1", |
| 14 | + "typo3/cms-core": "^10.4 || ^11.5 || ^12.0", |
| 15 | + "typo3/cms-extbase": "^10.4 || ^11.5 || ^12.0", |
| 16 | + "bnf/phpstan-psr-container": "^1.0" |
| 17 | + }, |
| 18 | + "require-dev": { |
| 19 | + "consistence-community/coding-standard": "^3.10.1", |
| 20 | + "slevomat/coding-standard": "^6.4.1", |
| 21 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
| 22 | + "php-parallel-lint/php-parallel-lint": "^1.3.2", |
| 23 | + "phing/phing": "^2.17.4", |
| 24 | + "phpstan/phpstan-strict-rules": "^1.4.4", |
| 25 | + "phpunit/phpunit": "^8.5.30", |
| 26 | + "symfony/polyfill-php80": "^1.26.0" |
| 27 | + }, |
| 28 | + "autoload": { |
| 29 | + "psr-4": { |
| 30 | + "SaschaEgerer\\PhpstanTypo3\\": "src/" |
| 31 | + } |
| 32 | + }, |
| 33 | + "autoload-dev": { |
| 34 | + "psr-4": { |
| 35 | + "SaschaEgerer\\PhpstanTypo3\\Tests\\": "tests/" |
| 36 | + }, |
| 37 | + "files": [ |
| 38 | + "tests/Unit/Type/data/repository-stub-files.php" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "extra": { |
| 42 | + "branch-alias": { |
| 43 | + "dev-master": "1.1-dev" |
| 44 | + }, |
| 45 | + "phpstan": { |
| 46 | + "includes": [ |
| 47 | + "extension.neon" |
| 48 | + ] |
| 49 | + } |
| 50 | + }, |
| 51 | + "config": { |
| 52 | + "allow-plugins": { |
| 53 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 54 | + "typo3/class-alias-loader": true, |
| 55 | + "typo3/cms-composer-installers": true |
| 56 | + } |
| 57 | + } |
54 | 58 | } |
0 commit comments