Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
patch PHP version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 13, 2017
1 parent 66fb87e commit cc611f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All Notable changes to `league-uri-parser` will be documented in this file

## 1.0.1 - 2017-01-13

### Added

- None

### Fixed

- PHP version constraint in composer.json

### Deprecated

- None

### Removed

- None

## 1.0.0 - 2017-01-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"ext-intl" : "*",
"php" : ">=5.6.0"
"php" : ">=7.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.9",
Expand Down

0 comments on commit cc611f7

Please sign in to comment.