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 4
4
"require" : {
5
5
"php" : " >=8.0" ,
6
6
"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" ,
9
9
"psr/container" : " ^1.0|^2.0" ,
10
10
"yiisoft/injector" : " ^1.0"
11
11
},
12
12
"require-dev" : {
13
- "cycle/annotated" : " 2.0.x-dev " ,
13
+ "cycle/annotated" : " ^3.0 " ,
14
14
"ramsey/uuid" : " ^4.0" ,
15
15
"phpunit/phpunit" : " ^9.5" ,
16
16
"spiral/tokenizer" : " ^2.8" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<psalm
3
- errorLevel =" 3 "
3
+ errorLevel =" 4 "
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns =" https://getpsalm.org/schema/config"
6
6
xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
You can’t perform that action at this time.
0 commit comments