Skip to content

Commit 2febca9

Browse files
authored
Merge pull request #5 from bedita/feat/update-be-deps
Update deps to BEdita 6
2 parents 73be4e4 + ab92d24 commit 2febca9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=8.3",
9-
"bedita/api": "6.x-dev",
10-
"bedita/core": "6.x-dev",
9+
"bedita/api": "^6.0",
10+
"bedita/core": "^6.0",
1111
"cakephp/cakephp": "^5.2"
1212
},
1313
"require-dev": {
1414
"cakephp/cakephp-codesniffer": "^5.0",
1515
"cakephp/debug_kit": "^5.0",
1616
"phpstan/phpstan": "^1.12",
17-
"phpunit/phpunit": "^11.1",
17+
"phpunit/phpunit": "^11.5 || ^12.1",
1818
"psy/psysh": "@stable",
1919
"vimeo/psalm": "^6.8"
2020
},
@@ -66,8 +66,7 @@
6666
"sort-packages": true,
6767
"allow-plugins": {
6868
"cakephp/plugin-installer": true,
69-
"dealerdirect/phpcodesniffer-composer-installer": true,
70-
"wikimedia/composer-merge-plugin": true
69+
"dealerdirect/phpcodesniffer-composer-installer": true
7170
}
7271
}
7372
}

0 commit comments

Comments
 (0)