Skip to content

Commit b283cba

Browse files
committed
Introduce squirrelphp/debug to all packages
Changes the way exceptions work slightly, so not backwards compatible, but removes a lot of duplication across packages and gives us a basis for debugging
1 parent 4013619 commit b283cba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
/ruleset.xml export-ignore
1010
/.editorconfig export-ignore
1111
/phpstan.neon export-ignore
12-
/psalm.xml export-ignore
12+
/psalm.xml export-ignore
13+
/psalm-baseline.xml export-ignore

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"symfony/http-kernel": "^4.0",
2929
"symfony/finder": "^4.0",
3030
"symfony/config": "^4.0",
31-
"squirrelphp/queries-bundle": "^0.8",
32-
"squirrelphp/entities": "^0.5.3"
31+
"squirrelphp/queries-bundle": "^0.9",
32+
"squirrelphp/entities": "^0.6"
3333
},
3434
"require-dev": {
3535
"captainhook/plugin-composer": "^4.0",

0 commit comments

Comments
 (0)