Skip to content

Commit

Permalink
Prepare to release (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster authored Dec 22, 2021
1 parent 746e166 commit d4aebdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"require": {
"php": ">=8.0",
"psr/event-dispatcher": "^1",
"cycle/orm": "2.0.x-dev",
"cycle/schema-builder": "2.0.x-dev",
"cycle/orm": "^2.0",
"cycle/schema-builder": "^2.0",
"psr/container": "^1.0|^2.0",
"yiisoft/injector": "^1.0"
},
"require-dev": {
"cycle/annotated": "2.0.x-dev",
"cycle/annotated": "^3.0",
"ramsey/uuid": "^4.0",
"phpunit/phpunit": "^9.5",
"spiral/tokenizer": "^2.8",
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<psalm
errorLevel="3"
errorLevel="4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
Expand Down

0 comments on commit d4aebdd

Please sign in to comment.