Skip to content

Commit d4aebdd

Browse files
authored
Prepare to release (#17)
1 parent 746e166 commit d4aebdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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",

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)