|
1 | 1 | { |
2 | | - "name": "webproject-xyz/codeception-module-openapi-server-mock", |
3 | | - "description": "Codeception module for PHP OpenAPI Mock Server", |
4 | | - "type": "library", |
5 | | - "license": "MIT", |
6 | | - "homepage": "https://www.webproject.xyz", |
7 | | - "authors": [ |
8 | | - { |
9 | | - "name": "Benjamin Fahl", |
10 | | - "email": "ben+github@webproject.xyz", |
11 | | - "role": "developer" |
12 | | - } |
13 | | - ], |
14 | | - "require": { |
15 | | - "php": "~8.3.0 || ~8.4.0 || ~8.5.0", |
16 | | - "codeception/codeception": "^5.0", |
17 | | - "symfony/process": "^6.0 || ^7.0 || ^8.0", |
18 | | - "webproject-xyz/php-openapi-mock-server": "^1.0" |
19 | | - }, |
20 | | - "suggest": { |
21 | | - "codeception/module-phpbrowser": "^4.0.0", |
22 | | - "codeception/module-rest": "^3.4.3" |
23 | | - }, |
24 | | - "require-dev": { |
25 | | - "codeception/module-asserts": "^3.3.0", |
26 | | - "codeception/module-phpbrowser": "^4.0.0", |
27 | | - "codeception/module-rest": "^3.4.3", |
28 | | - "friendsofphp/php-cs-fixer": "^v3.94.2", |
29 | | - "phpstan/phpstan": "^2.1.40", |
30 | | - "phpro/grumphp": "^2.19.0", |
31 | | - "webproject-xyz/codeception-module-ai-reporter": "^1.0" |
32 | | - }, |
33 | | - "autoload": { |
34 | | - "psr-4": { |
35 | | - "WebProject\\Codeception\\Module\\": "src/" |
36 | | - } |
37 | | - }, |
38 | | - "autoload-dev": { |
39 | | - "psr-4": { |
40 | | - "WebProject\\Codeception\\Module\\Tests\\": "tests/" |
41 | | - } |
| 2 | + "name": "webproject-xyz/codeception-module-openapi-server-mock", |
| 3 | + "description": "Codeception module for PHP OpenAPI Mock Server", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Benjamin Fahl", |
| 9 | + "email": "ben+github@webproject.xyz", |
| 10 | + "role": "developer" |
| 11 | + } |
| 12 | + ], |
| 13 | + "homepage": "https://www.webproject.xyz", |
| 14 | + "require": { |
| 15 | + "php": "~8.3.0 || ~8.4.0 || ~8.5.0", |
| 16 | + "codeception/codeception": "^5.3.5", |
| 17 | + "symfony/process": "^6.0 || ^7.4.5 || ^8.0", |
| 18 | + "webproject-xyz/php-openapi-mock-server": "^1.3.2" |
| 19 | + }, |
| 20 | + "require-dev": { |
| 21 | + "codeception/module-asserts": "^3.3.0", |
| 22 | + "codeception/module-phpbrowser": "^4.0.0", |
| 23 | + "codeception/module-rest": "^3.4.3", |
| 24 | + "friendsofphp/php-cs-fixer": "^3.94.2", |
| 25 | + "phpro/grumphp": "^2.19.0", |
| 26 | + "phpstan/phpstan": "^2.1.40", |
| 27 | + "webproject-xyz/codeception-module-ai-reporter": "^1.1" |
| 28 | + }, |
| 29 | + "suggest": { |
| 30 | + "codeception/module-phpbrowser": "^4.0.0", |
| 31 | + "codeception/module-rest": "^3.4.3" |
| 32 | + }, |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "WebProject\\Codeception\\Module\\": "src/" |
| 36 | + } |
| 37 | + }, |
| 38 | + "autoload-dev": { |
| 39 | + "psr-4": { |
| 40 | + "WebProject\\Codeception\\Module\\Tests\\": "tests/" |
| 41 | + } |
| 42 | + }, |
| 43 | + "config": { |
| 44 | + "allow-plugins": { |
| 45 | + "composer/package-versions-deprecated": true, |
| 46 | + "phpro/grumphp": true, |
| 47 | + "phpstan/extension-installer": true |
42 | 48 | }, |
43 | | - "config": { |
44 | | - "allow-plugins": { |
45 | | - "codeception/c3": true, |
46 | | - "composer/package-versions-deprecated": true, |
47 | | - "phpro/grumphp": true, |
48 | | - "phpstan/extension-installer": true |
49 | | - }, |
50 | | - "optimize-autoloader": true, |
51 | | - "platform": { |
52 | | - "php": "8.3.0" |
53 | | - }, |
54 | | - "sort-packages": true |
| 49 | + "optimize-autoloader": true, |
| 50 | + "platform": { |
| 51 | + "php": "8.3.0" |
55 | 52 | }, |
56 | | - "scripts": { |
57 | | - "bench": "php -d opcache.enable_cli=1 vendor/bin/phpbench run tests/Benchmark --report=default", |
58 | | - "cs:check": "php-cs-fixer fix --allow-risky=yes --sequential --dry-run --diff", |
59 | | - "cs:fix": "php-cs-fixer fix --allow-risky=yes --sequential", |
60 | | - "rector": "rector process --dry-run", |
61 | | - "rector:fix": "rector process", |
62 | | - "stan": "phpstan analyse --no-progress", |
63 | | - "test": "php -d opcache.enable_cli=1 vendor/bin/codecept run --report", |
64 | | - "test:build": "codecept build", |
65 | | - "test:coverage": "XDEBUG_MODE=coverage codecept run --coverage --coverage-xml=coverage.xml --xml --report" |
66 | | - } |
| 53 | + "sort-packages": true |
| 54 | + }, |
| 55 | + "scripts": { |
| 56 | + "cs:check": "php-cs-fixer fix --allow-risky=yes --sequential --dry-run --diff", |
| 57 | + "cs:fix": "php-cs-fixer fix --allow-risky=yes --sequential", |
| 58 | + "stan": "phpstan analyse --no-progress", |
| 59 | + "test": "php -d opcache.enable_cli=1 vendor/bin/codecept run --report", |
| 60 | + "test:build": "codecept build", |
| 61 | + "test:coverage": "XDEBUG_MODE=coverage codecept run --coverage --coverage-xml=coverage.xml --xml --report" |
| 62 | + } |
67 | 63 | } |
0 commit comments