Fixed bad version constraint

This commit is contained in:
Graham Campbell 2020-01-21 22:56:28 +00:00 committed by GitHub
parent d3254d827f
commit ab1df6e719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"october/system": "~1.0",
"october/backend": "~1.0",
"october/cms": "~1.0",
"laravel/framework": "^5.5.40",
"laravel/framework": "~5.5.40",
"wikimedia/composer-merge-plugin": "dev-master"
},
"require-dev": {