Skip to content

Commit e5c9263

Browse files
committed
- removes minimum-stability
- removes scrutinizer/ocular
1 parent 1669534 commit e5c9263

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"homepage": "https://kodeart.com"
1818
}
1919
],
20+
"prefer-stable": true,
2021
"require": {
2122
"php": "^7.2",
2223
"psr/log": "~1",
@@ -33,14 +34,11 @@
3334
"require-dev": {
3435
"phpunit/phpunit": "^7",
3536
"mikey179/vfsstream": "~1",
36-
"scrutinizer/ocular": "~1",
3737
"phpbench/phpbench": "@dev"
3838
},
3939
"autoload-dev": {
4040
"psr-4": {
4141
"Koded\\Logging\\": "Tests/"
4242
}
43-
},
44-
"prefer-stable": true,
45-
"minimum-stability": "dev"
43+
}
4644
}

0 commit comments

Comments
 (0)