|
1 | 1 | { |
2 | | - "name": "1blankz7/php-structure-check", |
3 | | - "description": "Structural check of arrays for PHP 5.6+", |
| 2 | + "name": "cubicl/php-structure-check", |
| 3 | + "description": "Structural check of arrays for PHP 7.1+", |
4 | 4 | "keywords": ["array", "structure", "types"], |
5 | | - "homepage": "https://github.com/1blankz7/php-structure-check", |
| 5 | + "homepage": "https://github.com/cubicldev/php-structure-check", |
6 | 6 | "type": "library", |
7 | 7 | "license": "MIT", |
8 | 8 | "authors": [ |
9 | 9 | { |
10 | 10 | "name": "Christian Blank", |
11 | | - "email": "mail@cblank.de", |
12 | | - "homepage": "http://cblank.de" |
| 11 | + "email": "christian@cubicl.de", |
| 12 | + "homepage": "https://cubicl.de" |
13 | 13 | } |
14 | 14 | ], |
| 15 | + "scripts": { |
| 16 | + "check": ["@analyze", "@tests", "@tests-spec"], |
| 17 | + "tests": "phpunit tests", |
| 18 | + "analyze": "phpstan analyse --level 0 src", |
| 19 | + "tests-spec": "phpspec run --no-interaction" |
| 20 | + }, |
15 | 21 | "require-dev": { |
16 | | - "phpspec/phpspec": "^3.2", |
17 | | - "phpunit/phpunit": "^5.6" |
| 22 | + "phpspec/phpspec": "^5.1.0", |
| 23 | + "phpunit/phpunit": "^7", |
| 24 | + "phpstan/phpstan": "^0.11.4" |
18 | 25 | }, |
19 | 26 | "autoload": { |
20 | 27 | "psr-4": { |
|
0 commit comments