We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df4da0 commit c5f8a46Copy full SHA for c5f8a46
.travis.yml
@@ -1,10 +1,8 @@
1
language: php
2
php:
3
- - '5.4'
4
- - '5.5'
5
- - '5.6'
6
- '7.0'
7
- '7.1'
+ - '7.2'
8
- hhvm
9
10
matrix:
composer.json
@@ -1,6 +1,6 @@
{
"name": "cheprasov/php-simple-profiler",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Simple profiler for PHP",
"homepage": "https://github.com/cheprasov/php-simple-profiler",
"minimum-stability": "stable",
@@ -15,10 +15,9 @@
15
"psr-4": {"SimpleProfiler\\": "src/"}
16
},
17
"require": {
18
- "php": ">=5.4"
+ "php": ">=7.0"
19
20
"require-dev": {
21
- "phpunit/phpunit": "4.8.*",
22
- "cheprasov/php-extra-mocks": "^1.0.0"
+ "phpunit/phpunit": "4.8.*"
23
}
24
0 commit comments