Skip to content

Commit

Permalink
Removed support for PHP 5.4 & 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Feb 8, 2020
1 parent 139e392 commit 2888dfc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.6.0"
},
"autoload": {
"classmap": ["src/"]
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Assert helper, throws exceptions.
composer require czproject/assert
```

`CzProject\Assert` requires PHP 5.4.0 or later.
`CzProject\Assert` requires PHP 5.6.0 or later.


## Usage
Expand Down

0 comments on commit 2888dfc

Please sign in to comment.