|
1 | 1 | {
|
2 | 2 | "name": "php-prefixer/php-prefixer-cli",
|
3 |
| - "type": "project", |
4 | 3 | "description": "A command-line for the PHP-Prefixer service.",
|
| 4 | + "license": "MIT", |
| 5 | + "type": "project", |
5 | 6 | "keywords": [
|
6 | 7 | "php-prefixer",
|
7 | 8 | "php",
|
|
14 | 15 | "prefix",
|
15 | 16 | "namespaces-php"
|
16 | 17 | ],
|
17 |
| - "homepage": "http://php-prefixer.com/", |
18 |
| - "license": "MIT", |
19 | 18 | "authors": [
|
20 | 19 | {
|
21 | 20 | "name": "Aníbal Sánchez, Desarrollos Inteligentes Virtuales, SL.",
|
22 | 21 | "email": "team@php-prefixer.com"
|
23 | 22 | }
|
24 | 23 | ],
|
| 24 | + "homepage": "http://php-prefixer.com/", |
| 25 | + "support": { |
| 26 | + "issues": "https://github.com/php-prefixer/php-prefixer-cli/issues", |
| 27 | + "source": "https://github.com/php-prefixer/php-prefixer-cli" |
| 28 | + }, |
25 | 29 | "require": {
|
26 | 30 | "php": "^7.3 || ^8.0",
|
27 | 31 | "guzzlehttp/guzzle": "^7.0.1",
|
|
36 | 40 | "mockery/mockery": "^1.4.2",
|
37 | 41 | "phpunit/phpunit": "^9.5"
|
38 | 42 | },
|
39 |
| - "config": { |
40 |
| - "optimize-autoloader": true, |
41 |
| - "preferred-install": "dist", |
42 |
| - "sort-packages": true |
43 |
| - }, |
| 43 | + "minimum-stability": "dev", |
| 44 | + "prefer-stable": true, |
44 | 45 | "autoload": {
|
45 | 46 | "psr-4": {
|
46 | 47 | "App\\": "app/"
|
|
51 | 52 | "Tests\\": "tests/"
|
52 | 53 | }
|
53 | 54 | },
|
54 |
| - "minimum-stability": "dev", |
55 |
| - "prefer-stable": true, |
56 |
| - "support": { |
57 |
| - "issues": "https://github.com/php-prefixer/php-prefixer-cli/issues", |
58 |
| - "source": "https://github.com/php-prefixer/php-prefixer-cli" |
| 55 | + "config": { |
| 56 | + "optimize-autoloader": true, |
| 57 | + "platform-check": false, |
| 58 | + "preferred-install": "dist", |
| 59 | + "sort-packages": true |
59 | 60 | }
|
60 | 61 | }
|
0 commit comments