Skip to content

Commit 8e223f9

Browse files
committed
FIx bundle class location. Fix travis PHP versions. Fix composer extra Symfony versions.
1 parent d2bafa1 commit 8e223f9

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ env:
1313
matrix:
1414
fast_finish: true
1515
include:
16-
# Test the 3.4 LTS release
17-
- php: 7.2
18-
env: SYMFONY="4.4.*"
19-
- php: 7.3
20-
env: SYMFONY="4.4.*"
16+
- php: 8.1
17+
env: SYMFONY="6.4.*"
18+
- php: 8.2
19+
env: SYMFONY="6.4.*"
2120

2221
install:
2322
- travis_retry composer install --no-interaction --prefer-dist

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"extra": {
4242
"symfony": {
4343
"allow-contrib": false,
44-
"require": "4.4.*"
44+
"require": "^6.4||^7.1"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)