Skip to content

Commit 8bdc257

Browse files
committed
- adds phpbench
- minimum PHP version increased to 7.2
1 parent de77d4b commit 8bdc257

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"authors": [
1515
{
1616
"name": "Mihail Binev",
17-
"homepage": "http://kodeart.com"
17+
"homepage": "https://kodeart.com"
1818
}
1919
],
2020
"require": {
21-
"php": "^7.1.4",
21+
"php": "^7.2",
2222
"psr/log": "~1",
2323
"koded/stdlib": "~4"
2424
},
@@ -31,13 +31,17 @@
3131
]
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "~7",
34+
"phpunit/phpunit": "^7",
35+
"kodeart/phpunit-attribute-asserts": "*",
3536
"mikey179/vfsstream": "~1",
36-
"scrutinizer/ocular": "~1"
37+
"scrutinizer/ocular": "~1",
38+
"phpbench/phpbench": "@dev"
3739
},
3840
"autoload-dev": {
3941
"psr-4": {
4042
"Koded\\Logging\\": "Tests/"
4143
}
42-
}
44+
},
45+
"prefer-stable": true,
46+
"minimum-stability": "dev"
4347
}

0 commit comments

Comments
 (0)