Skip to content

Commit c61cac7

Browse files
author
Oliver Stark
committed
Craft 3 RC1
1 parent 657f9ee commit c61cac7

File tree

3 files changed

+222
-110
lines changed

3 files changed

+222
-110
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.4] - 2017-11-25
5+
## [1.1.5] - 2017-12-05
66
### Changed
77
- Requires Craft 3.0.0-RC1
88

9+
## [1.1.4] - 2017-11-25
10+
### Changed
11+
- Requires Craft 3.0.0-RC1 (alias)
12+
913
## [1.1.3] - 2017-11-15
1014
### Changed
1115
- Now we use Symfony\Component\Process\PhpExecutableFinder (thanks @phoob)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ostark/craft-async-queue",
33
"description": "A queue handler that moves queue execution to a non-blocking background process",
44
"type": "craft-plugin",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"minimum-stability": "RC",
77
"keywords": [
88
"craft",
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"craftcms/cms": "dev-release/3.0.0-RC1 as 3.0.0-RC1"
26+
"craftcms/cms": "^3.0.0-RC1"
2727
},
2828
"repositories": [
2929
{

0 commit comments

Comments
 (0)