Skip to content

Commit f08043a

Browse files
committed
Prepare for Contao 5.7
1 parent b6a17f0 commit f08043a

34 files changed

Lines changed: 6507 additions & 84 deletions

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: CI
2+
3+
on:
4+
push: ~
5+
pull_request: ~
6+
7+
permissions: read-all
8+
9+
jobs:
10+
ci:
11+
uses: 'terminal42/contao-build-tools/.github/workflows/build-tools.yml@main'

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
/build
55
/node_modules
66
/vendor
7-
/yarn.lock

composer.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,17 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.0",
15-
"ext-pdo": "*",
16-
"contao/core-bundle": "^4.13 || ^5.0",
17-
"codefog/contao-haste": "^5.0",
18-
"doctrine/dbal": "^2.12 || ^3.0",
19-
"symfony/config": "^5.4 || ^6.4 || ^7.0"
14+
"php": "^8.3",
15+
"contao/core-bundle": "^5.7",
16+
"codefog/contao-haste": "^5.4",
17+
"doctrine/dbal": "^3.7 || ^4.3",
18+
"symfony/config": "^7.4 || ^8.0"
2019
},
2120
"require-dev": {
2221
"contao/manager-plugin": "^2.0",
23-
"contao/easy-coding-standard": "^5.3",
24-
"phpunit/phpunit": "^7.0 || ^9.3",
25-
"contao/test-case": "^4.13",
26-
"php-coveralls/php-coveralls": "^2.2"
22+
"contao/test-case": "^5.7",
23+
"php-coveralls/php-coveralls": "^2.9",
24+
"terminal42/contao-build-tools": "dev-main"
2725
},
2826
"conflict": {
2927
"contao/manager-plugin": "<2.0 || >=3.0"
@@ -43,10 +41,9 @@
4341
},
4442
"config": {
4543
"allow-plugins": {
46-
"dealerdirect/phpcodesniffer-composer-installer": true
44+
"dealerdirect/phpcodesniffer-composer-installer": true,
45+
"php-http/discovery": true,
46+
"terminal42/contao-build-tools": true
4747
}
48-
},
49-
"scripts": {
50-
"cs-fixer": "vendor/bin/ecs check src tests --fix --ansi"
5148
}
5249
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)