Skip to content

Commit c5f8a46

Browse files
committed
Profiler v3
1 parent 5df4da0 commit c5f8a46

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: php
22
php:
3-
- '5.4'
4-
- '5.5'
5-
- '5.6'
63
- '7.0'
74
- '7.1'
5+
- '7.2'
86
- hhvm
97

108
matrix:

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cheprasov/php-simple-profiler",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Simple profiler for PHP",
55
"homepage": "https://github.com/cheprasov/php-simple-profiler",
66
"minimum-stability": "stable",
@@ -15,10 +15,9 @@
1515
"psr-4": {"SimpleProfiler\\": "src/"}
1616
},
1717
"require": {
18-
"php": ">=5.4"
18+
"php": ">=7.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "4.8.*",
22-
"cheprasov/php-extra-mocks": "^1.0.0"
21+
"phpunit/phpunit": "4.8.*"
2322
}
2423
}

0 commit comments

Comments
 (0)