We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de77d4b commit 8bdc257Copy full SHA for 8bdc257
1 file changed
composer.json
@@ -14,11 +14,11 @@
14
"authors": [
15
{
16
"name": "Mihail Binev",
17
- "homepage": "http://kodeart.com"
+ "homepage": "https://kodeart.com"
18
}
19
],
20
"require": {
21
- "php": "^7.1.4",
+ "php": "^7.2",
22
"psr/log": "~1",
23
"koded/stdlib": "~4"
24
},
@@ -31,13 +31,17 @@
31
]
32
33
"require-dev": {
34
- "phpunit/phpunit": "~7",
+ "phpunit/phpunit": "^7",
35
+ "kodeart/phpunit-attribute-asserts": "*",
36
"mikey179/vfsstream": "~1",
- "scrutinizer/ocular": "~1"
37
+ "scrutinizer/ocular": "~1",
38
+ "phpbench/phpbench": "@dev"
39
40
"autoload-dev": {
41
"psr-4": {
42
"Koded\\Logging\\": "Tests/"
43
- }
44
+ },
45
+ "prefer-stable": true,
46
+ "minimum-stability": "dev"
47
0 commit comments