File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 {
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+ }
Original file line number Diff line number Diff line change 66use Kolesa \Clockwork \DataSource \Phalcon ;
77use Phalcon \Events \Manager ;
88use Phalcon \Di \Injectable ;
9- use Phalcon \Config as PhalconConfig ;
9+ use Phalcon \Config \ Config as PhalconConfig ;
1010
1111class ClockworkServices extends Injectable implements \Phalcon \Events \EventsAwareInterface
1212{
Original file line number Diff line number Diff line change 77use Clockwork \Storage \FileStorage ;
88use Kolesa \Clockwork \Storage \Redis ;
99use Phalcon \Di \Injectable ;
10- use Phalcon \Config as PhalconConfig ;
10+ use Phalcon \Config \ Config as PhalconConfig ;
1111
1212
1313/**
Original file line number Diff line number Diff line change 33
44use Clockwork \DataSource \PhpDataSource ;
55use Kolesa \Clockwork \DataSource \Phalcon ;
6- use Phalcon \Config as PhalconConfig ;
6+ use Phalcon \Config \ Config as PhalconConfig ;
77use Phalcon \Di \Injectable ;
88
99/**
Original file line number Diff line number Diff line change 22namespace Kolesa \Clockwork ;
33
44use Phalcon \Mvc \Router \Group ;
5- use Phalcon \Di ;
5+ use Phalcon \Di \ Di ;
66
77/**
88 * Router
You can’t perform that action at this time.
0 commit comments