Skip to content

Commit 078089c

Browse files
authored
Merge pull request #4 from Bauro92/master
Update version
2 parents 8c66e59 + cb24bbb commit 078089c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

composer.json

Lines changed: 6 additions & 6 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.9",
4+
"version": "0.1.0",
55
"type": "library",
66
"authors": [
77
{
@@ -15,11 +15,11 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=7.1",
19-
"ext-phalcon": "^4.1",
20-
"itsgoingd/clockwork": "^5.0"
18+
"php": ">=8.0",
19+
"ext-phalcon": "^v5.0",
20+
"itsgoingd/clockwork": "^v5.1.12"
2121
},
2222
"require-dev": {
23-
"phalcon/ide-stubs": "^v4.1.0"
23+
"phalcon/ide-stubs": "^v5.1.4"
2424
}
25-
}
25+
}

src/ClockworkServices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Kolesa\Clockwork\DataSource\Phalcon;
77
use Phalcon\Events\Manager;
88
use Phalcon\Di\Injectable;
9-
use Phalcon\Config as PhalconConfig;
9+
use Phalcon\Config\Config as PhalconConfig;
1010

1111
class ClockworkServices extends Injectable implements \Phalcon\Events\EventsAwareInterface
1212
{

src/ClockworkSupport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Clockwork\Storage\FileStorage;
88
use Kolesa\Clockwork\Storage\Redis;
99
use Phalcon\Di\Injectable;
10-
use Phalcon\Config as PhalconConfig;
10+
use Phalcon\Config\Config as PhalconConfig;
1111

1212

1313
/**

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use Clockwork\DataSource\PhpDataSource;
55
use Kolesa\Clockwork\DataSource\Phalcon;
6-
use Phalcon\Config as PhalconConfig;
6+
use Phalcon\Config\Config as PhalconConfig;
77
use Phalcon\Di\Injectable;
88

99
/**

src/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace Kolesa\Clockwork;
33

44
use Phalcon\Mvc\Router\Group;
5-
use Phalcon\Di;
5+
use Phalcon\Di\Di;
66

77
/**
88
* Router

0 commit comments

Comments
 (0)