Merge pull request #4896 from GrahamCampbell/patch-1
Fixed bad version constraint
This commit is contained in:
commit
a0eae4aed4
|
|
@ -16,13 +16,15 @@ jobs:
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue will be closed and archived in 3 days, as there has been no activity in the last 30 days.
|
This issue will be closed and archived in 3 days, as there has been no activity in the last 30 days.
|
||||||
|
|
||||||
- If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue.
|
If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue.
|
||||||
- If this issue is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered.
|
|
||||||
|
If this issue is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered.
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This pull request will be closed and archived in 3 days, as there has been no activity in the last 30 days.
|
This pull request will be closed and archived in 3 days, as there has been no activity in the last 30 days.
|
||||||
|
|
||||||
- If this is still being worked on, please respond and we will re-open this pull request.
|
If this is still being worked on, please respond and we will re-open this pull request.
|
||||||
- If this pull request is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered.
|
|
||||||
|
If this pull request is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered.
|
||||||
stale-issue-label: 'Status: Archived'
|
stale-issue-label: 'Status: Archived'
|
||||||
stale-pr-label: 'Status: Archived'
|
stale-pr-label: 'Status: Archived'
|
||||||
exempt-issue-label: 'Status: In Progress'
|
exempt-issue-label: 'Status: In Progress'
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"october/system": "~1.0",
|
"october/system": "~1.0",
|
||||||
"october/backend": "~1.0",
|
"october/backend": "~1.0",
|
||||||
"october/cms": "~1.0",
|
"october/cms": "~1.0",
|
||||||
"laravel/framework": "^5.5.40",
|
"laravel/framework": "~5.5.40",
|
||||||
"wikimedia/composer-merge-plugin": "dev-master"
|
"wikimedia/composer-merge-plugin": "dev-master"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue