Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
before_script:
- COMPOSER_ROOT_VERSION=dev-master composer install --dev --prefer-source
- (php --version | grep -i php && pecl install -f xhprof)
- (php --version | grep -i php && yes | pecl install -f mongo)
- (php --version | grep -i php && yes | pecl install -f mongodb)

notifications:
email: false
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ All ideas are welcome, and contributors as well.

Requirements
============
* PHP 5.4 is required but using the latest version of PHP is highly recommended
* [XHProf](http://pecl.php.net/package/xhprof) or [Uprofiler](https://github.com/FriendsOfPHP/uprofiler) is required to do actual profiling
PHP 5.4 is required but using the latest version of PHP is highly recommended

One of the following profilers to do actual profiling
* [XHProf](http://pecl.php.net/package/xhprof)
* [Uprofiler](https://github.com/FriendsOfPHP/uprofiler)
* [Tideways](https://github.com/tideways/php-profiler-extension)

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.4",
"ramsey/uuid": "^2.7.3"
},
"require-dev": {
Expand Down
72 changes: 36 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading