File tree Expand file tree Collapse file tree 2 files changed +550
-1778
lines changed Expand file tree Collapse file tree 2 files changed +550
-1778
lines changed Original file line number Diff line number Diff line change 22
22
"forum" : " https://forum.phalcon.io"
23
23
},
24
24
"require" : {
25
- "php" : " >=7.2 " ,
25
+ "php" : " >=7.3 " ,
26
26
"ext-pdo" : " *" ,
27
- "ext-phalcon" : " ^4.0 .0" ,
27
+ "ext-phalcon" : " >4 .0" ,
28
28
"psy/psysh" : " ~0.9" ,
29
29
"nikic/php-parser" : " ^4.2.4" ,
30
30
"phalcon/migrations" : " ^2.0" ,
31
31
"vlucas/phpdotenv" : " ^3.6|^4.0|^5.0"
32
32
},
33
33
"require-dev" : {
34
- "humbug/box" : " ^3.8 " ,
34
+ "humbug/box" : " ^3.13 " ,
35
35
"codeception/codeception" : " ^4.1" ,
36
- "phpdocumentor/reflection-docblock" : " ^4.3 " ,
36
+ "phpdocumentor/reflection-docblock" : " ^5.2 " ,
37
37
"phpunit/phpunit" : " ^8.0" ,
38
38
"codeception/specify" : " ^1.2" ,
39
39
"codeception/verify" : " ^1.2" ,
62
62
" tests/_support/helpers.php"
63
63
]
64
64
},
65
+ "minimum-stability" : " dev" ,
66
+ "prefer-stable" : true ,
65
67
"bin" : [" phalcon" ]
66
68
}
You can’t perform that action at this time.
0 commit comments