|
1 | 1 | { |
2 | | - "name": "cubicl/php-structure-check", |
3 | | - "description": "Structural check of arrays for PHP 7.3+", |
4 | | - "keywords": ["array", "structure", "types"], |
5 | | - "homepage": "https://github.com/cubicldev/php-structure-check", |
6 | | - "type": "library", |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Christian Blank", |
11 | | - |
12 | | - "homepage": "https://cubicl.de" |
13 | | - } |
| 2 | + "name": "cubicl/php-structure-check", |
| 3 | + "description": "Structural check of arrays for PHP 7.3+", |
| 4 | + "keywords": [ |
| 5 | + "array", |
| 6 | + "structure", |
| 7 | + "types" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/cubicldev/php-structure-check", |
| 10 | + "type": "library", |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "Christian Blank", |
| 15 | + |
| 16 | + "homepage": "https://cubicl.de" |
| 17 | + } |
| 18 | + ], |
| 19 | + "scripts": { |
| 20 | + "check": [ |
| 21 | + "@analyze", |
| 22 | + "@tests", |
| 23 | + "@tests-spec" |
14 | 24 | ], |
15 | | - "scripts": { |
16 | | - "check": ["@analyze", "@tests", "@tests-spec"], |
17 | | - "tests": "phpunit tests", |
18 | | - "analyze": "phpstan analyse --level max src", |
19 | | - "tests-spec": "phpspec run --no-interaction" |
20 | | - }, |
21 | | - "require-dev": { |
22 | | - "phpspec/phpspec": "^6.2", |
23 | | - "phpunit/phpunit": "^9.3", |
24 | | - "phpstan/phpstan": "^0.12" |
25 | | - }, |
26 | | - "autoload": { |
27 | | - "psr-4": { |
28 | | - "Cubicl\\StructureCheck\\": [ |
29 | | - "src" |
30 | | - ], |
31 | | - "Cubicl\\StructureCheck\\Test\\": [ |
32 | | - "tests" |
33 | | - ] |
34 | | - } |
35 | | - }, |
| 25 | + "tests": "phpunit tests", |
| 26 | + "analyze": "phpstan analyse --level max src", |
| 27 | + "tests-spec": "phpspec run --no-interaction" |
| 28 | + }, |
| 29 | + "require-dev": { |
| 30 | + "phpspec/phpspec": "^6.2", |
| 31 | + "phpunit/phpunit": "^9.3", |
| 32 | + "phpstan/phpstan": "^0.12" |
| 33 | + }, |
| 34 | + "autoload": { |
| 35 | + "psr-4": { |
| 36 | + "Cubicl\\StructureCheck\\": [ |
| 37 | + "src" |
| 38 | + ], |
| 39 | + "Cubicl\\StructureCheck\\Test\\": [ |
| 40 | + "tests" |
| 41 | + ] |
| 42 | + } |
| 43 | + }, |
36 | 44 | "require": { |
37 | | - "ext-json": "*" |
| 45 | + "ext-json": "*", |
| 46 | + "php": "^7.4" |
38 | 47 | } |
39 | 48 | } |
0 commit comments