Skip to content

Commit c812262

Browse files
committed
build(deps): Update libs
1 parent c70f25c commit c812262

File tree

2 files changed

+1111
-1216
lines changed

2 files changed

+1111
-1216
lines changed

composer.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "php-prefixer/php-prefixer-cli",
3-
"type": "project",
43
"description": "A command-line for the PHP-Prefixer service.",
4+
"license": "MIT",
5+
"type": "project",
56
"keywords": [
67
"php-prefixer",
78
"php",
@@ -14,14 +15,17 @@
1415
"prefix",
1516
"namespaces-php"
1617
],
17-
"homepage": "http://php-prefixer.com/",
18-
"license": "MIT",
1918
"authors": [
2019
{
2120
"name": "Aníbal Sánchez, Desarrollos Inteligentes Virtuales, SL.",
2221
"email": "team@php-prefixer.com"
2322
}
2423
],
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+
},
2529
"require": {
2630
"php": "^7.3 || ^8.0",
2731
"guzzlehttp/guzzle": "^7.0.1",
@@ -36,11 +40,8 @@
3640
"mockery/mockery": "^1.4.2",
3741
"phpunit/phpunit": "^9.5"
3842
},
39-
"config": {
40-
"optimize-autoloader": true,
41-
"preferred-install": "dist",
42-
"sort-packages": true
43-
},
43+
"minimum-stability": "dev",
44+
"prefer-stable": true,
4445
"autoload": {
4546
"psr-4": {
4647
"App\\": "app/"
@@ -51,10 +52,10 @@
5152
"Tests\\": "tests/"
5253
}
5354
},
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
5960
}
6061
}

0 commit comments

Comments
 (0)