Skip to content

Commit 8c66e59

Browse files
authored
Merge pull request #3 from kolesa-team/phalcon-4
support PHP version 7.1
2 parents cd3f2cc + 3f86acf commit 8c66e59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kolesa-team/phalcon-clockwork",
33
"description": "The clockwork extension for working with the phalcon framework",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"type": "library",
66
"authors": [
77
{
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=7.0",
18+
"php": ">=7.1",
1919
"ext-phalcon": "^4.1",
2020
"itsgoingd/clockwork": "^5.0"
2121
},

src/ClockworkServices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getEventsManager(): \Phalcon\Events\ManagerInterface
132132
* @param \Phalcon\Events\ManagerInterface $eventsManager
133133
* @return void
134134
*/
135-
public function setEventsManager(\Phalcon\Events\ManagerInterface $eventsManager)
135+
public function setEventsManager(\Phalcon\Events\ManagerInterface $eventsManager): void
136136
{
137137
$this->eventsManager = $eventsManager;
138138
}

0 commit comments

Comments
 (0)