Skip to content

Commit

Permalink
IHF: PHP version dependency fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jun 25, 2016
1 parent edc219e commit 75eed99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Provides Laravel-specific and pure PHP helper functions.

## Dependencies
- `PHP >=5.4.0`
- `PHP >=5.5.9`
- `Laravel >=5.2`

## Usage
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.5.9",
"illuminate/support": "^5.2",
"symfony/var-dumper": "^3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 75eed99

Please sign in to comment.