Skip to content

Commit

Permalink
Change dev dependencies for php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zul3s committed Jan 18, 2018
1 parent 9d96fef commit ed592f4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 43 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false

php:
- 5.6
- 7.1

before_script:
- composer install --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/Zul3s/enum-php-5.6.svg?branch=master)](https://travis-ci.org/Zul3s/enum-php-5.6)
[![Latest Stable Version](https://poser.pugx.org/zul3s/enum-php-5.6/v/stable)](https://packagist.org/packages/zul3s/enum-php-5.6)

PHP >= 5.6 supported.
PHP 5.6.* supported.

This package is same to [enum-php](https://github.com/Zul3s/enum-php) but for PHP 5.6.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.6"
"php": "5.6.*"
},
"require-dev": {
"phpunit/phpunit": "5.*"
Expand Down
74 changes: 34 additions & 40 deletions composer.lock

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

0 comments on commit ed592f4

Please sign in to comment.