Skip to content

Commit

Permalink
Fix composer issues with 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Aug 9, 2021
1 parent 7e8b814 commit 4a61295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=7.2",
"composer/installers": "dev-main as 1.0",
"composer/installers": "~1.11",
"laravel/framework": "~6.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion modules/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=7.2",
"composer/installers": "dev-main as 1.0",
"composer/installers": "~1.11",
"laravel/framework": "~6.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion modules/system/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=7.2",
"composer/installers": "dev-main as 1.0",
"composer/installers": "~1.11",
"laravel/framework": "~6.0",
"composer/semver": "^3.2"
},
Expand Down

0 comments on commit 4a61295

Please sign in to comment.