File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 "require" : {
55 "php" : " >=8.0" ,
66 "psr/event-dispatcher" : " ^1" ,
7- "cycle/orm" : " 2.0.x-dev " ,
8- "cycle/schema-builder" : " 2.0.x-dev " ,
7+ "cycle/orm" : " ^ 2.0" ,
8+ "cycle/schema-builder" : " ^ 2.0" ,
99 "psr/container" : " ^1.0|^2.0" ,
1010 "yiisoft/injector" : " ^1.0"
1111 },
1212 "require-dev" : {
13- "cycle/annotated" : " 2.0.x-dev " ,
13+ "cycle/annotated" : " ^3.0 " ,
1414 "ramsey/uuid" : " ^4.0" ,
1515 "phpunit/phpunit" : " ^9.5" ,
1616 "spiral/tokenizer" : " ^2.8" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
3- errorLevel =" 3 "
3+ errorLevel =" 4 "
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xmlns =" https://getpsalm.org/schema/config"
66 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
You can’t perform that action at this time.
0 commit comments