Skip to content

Commit

Permalink
Patch composer.json to fix illuminate/* dependencies at 5.4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Aug 30, 2017
1 parent 50a4cbf commit bdaac03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## v4.1.11-alpha
- Updated `composer/installers` dependency.
- Patch `composer.json` to fix `illuminate/*` dependencies at 5.4 for now

## v4.1.10-alpha
- Add support for PHP7 runtime errors to be handled in the same way as Exceptions
Expand Down
1 change: 0 additions & 1 deletion app/sprinkles/account/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"homepage": "https://alexanderweissman.com"
}
],
"version": "4.0",
"require": {
"birke/rememberme" : "^2.0",
"nikic/php-parser" : "^1",
Expand Down
1 change: 0 additions & 1 deletion app/sprinkles/admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"homepage": "https://alexanderweissman.com"
}
],
"version": "4.0",
"require": {
"php": ">=5.6"
},
Expand Down
9 changes: 4 additions & 5 deletions app/sprinkles/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"homepage": "https://alexanderweissman.com"
}
],
"version": "4.1.0-dev",
"require": {
"doctrine/dbal": "^2.5",
"filp/whoops": "^2.1",
"illuminate/cache": "^5.4",
"illuminate/database": "^5.4",
"illuminate/events": "^5.4",
"illuminate/filesystem": "^5.4",
"illuminate/cache": "5.4.*",
"illuminate/database": "5.4.*",
"illuminate/events": "5.4.*",
"illuminate/filesystem": "5.4.*",
"league/csv": "^8.1",
"monolog/monolog": "^1",
"phpmailer/phpmailer": "5.2.10",
Expand Down

0 comments on commit bdaac03

Please sign in to comment.