Skip to content

Commit

Permalink
Fix composer for phpsq
Browse files Browse the repository at this point in the history
  • Loading branch information
e-spin committed May 17, 2023
1 parent cb8e667 commit ec02d24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
12 changes: 0 additions & 12 deletions build.xml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"source":"https://github.com/contao-community-alliance/dc-general-contao-frontend"
},
"require": {
"php": "^8.0",
"php": "^8.1",
"contao-community-alliance/dc-general": "^2.3@dev",
"contao-community-alliance/url-builder": "~1.3",
"contao-community-alliance/translator": "^2.3",
Expand Down
15 changes: 15 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<psalm
errorLevel="1"
resolveFromConfigFile="true"
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"
>
<projectFiles>
<directory name="src"/>
<ignoreFiles>
<directory name="src/Resources"/>
</ignoreFiles>
</projectFiles>
</psalm>

0 comments on commit ec02d24

Please sign in to comment.