Skip to content

Commit 0d58477

Browse files
committed
Remove minimum-stability and prefer-stable keys.
1 parent 5d70429 commit 0d58477

File tree

2 files changed

+3
-43
lines changed

2 files changed

+3
-43
lines changed

composer.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"description": "An implementation of tree data structure",
55
"keywords": ["tree", "php"],
66
"license": "MIT",
7-
"prefer-stable": true,
8-
"minimum-stability": "dev",
97
"authors": [
108
{
119
"name": "Pol Dellaiera",
@@ -17,9 +15,9 @@
1715
},
1816
"require-dev":{
1917
"drupol/php-conventions": "^1",
20-
"graphp/graphviz": "^0.2.1",
21-
"php-http/guzzle6-adapter": "^1.1",
22-
"scrutinizer/ocular": "^1.3"
18+
"graphp/graphviz": "^0.2",
19+
"php-http/guzzle6-adapter": "^2",
20+
"scrutinizer/ocular": "^1"
2321
},
2422
"autoload": {
2523
"psr-4": {

grumphp.yml.dist

-38
This file was deleted.

0 commit comments

Comments
 (0)