Skip to content

Commit fca3856

Browse files
Add support for Loupe 0.9 (#473)
This will allow to use also the latest Loupe PHP 0.9 version. There are no changes which effects our code: https://github.com/loupe-php/loupe/releases/tag/0.9.0. Thx to @Toflar
1 parent 76a56bd commit fca3856

File tree

2 files changed

+127
-132
lines changed

2 files changed

+127
-132
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@
2626
"email": "alexander@sulu.io"
2727
}
2828
],
29-
"conflict": {
30-
"doctrine/dbal": "<3.6.0"
31-
},
3229
"require": {
3330
"php": "^8.1",
3431
"cmsig/seal": "^0.6",
35-
"loupe/loupe": "^0.8",
32+
"loupe/loupe": "^0.8 || ^0.9",
3633
"psr/container": "^1.0 || ^2.0"
3734
},
3835
"require-dev": {

0 commit comments

Comments
 (0)