Skip to content

Commit f5fdac6

Browse files
fix: use ecs and fix some contao 5.0 problems
1 parent 1cd8383 commit f5fdac6

File tree

10 files changed

+2886
-16508
lines changed

10 files changed

+2886
-16508
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Composer
22
/vendor/
3+
/composer.lock
34

45
# PhpUnit
56
/.phpunit.result.cache

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@
1111
"require": {
1212
"php": "^8.1",
1313
"ext-curl": "*",
14-
"contao/core-bundle": "^5.0",
15-
"symfony/config": "^6.4 || ^7.4",
16-
"symfony/dependency-injection": "^6.4 || ^7.4",
14+
"contao/core-bundle": "^5.3",
1715
"symfony/http-kernel": "^6.4 || ^7.4"
1816
},
1917
"require-dev": {
2018
"bamarni/composer-bin-plugin": "^1.8",
2119
"contao/manager-plugin": "^2.3.1",
22-
"phpunit/phpunit": "^9.6",
20+
"phpunit/phpunit": "^9.5",
2321
"roave/security-advisories": "dev-latest",
2422
"symfony/phpunit-bridge": "^6.4 || ^7.4"
2523
},

0 commit comments

Comments
 (0)