Skip to content

Commit

Permalink
[5.4] fix doctrine/inflector version to pull 1.1.0 (#20227)
Browse files Browse the repository at this point in the history
* fix doctrine/inflector version to pull 1.1.0

*    update version
  • Loading branch information
themsaid authored and taylorotwell committed Jul 24, 2017
1 parent 76c276b commit 03c7397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php": ">=5.6.4",
"ext-mbstring": "*",
"ext-openssl": "*",
"doctrine/inflector": "~1.0",
"doctrine/inflector": "~1.1.0",
"erusev/parsedown": "~1.6",
"league/flysystem": "~1.0",
"monolog/monolog": "~1.11",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=5.6.4",
"ext-mbstring": "*",
"doctrine/inflector": "~1.0",
"doctrine/inflector": "~1.1.0",
"illuminate/contracts": "5.4.*",
"paragonie/random_compat": "~1.4|~2.0"
},
Expand Down

1 comment on commit 03c7397

@9IPHP
Copy link

@9IPHP 9IPHP commented on 03c7397 Jul 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @themsaid , this will install doctrine/inflector v1.2.0, but doctrine/inflectorv 1.2.0 requires PHP 7, so I could not install the laravel v5.4.30 now. My php version is 5.6

Please sign in to comment.