Skip to content

Commit cde7b7f

Browse files
authored
Merge pull request #26 from totten/master-symfony
Update Symfony dependencies
2 parents a9d8208 + 525d558 commit cde7b7f

20 files changed

+395
-97
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- operating-system: ubuntu-latest
1616
php: 7.3
1717
phpunit: 8
18-
- operating-system: ubuntu-latest
19-
php: 7.4
20-
phpunit: 8
2118
- operating-system: ubuntu-latest
2219
php: 8.1
2320
phpunit: 9
@@ -36,8 +33,7 @@ jobs:
3633
steps:
3734
- uses: actions/checkout@v3
3835
- uses: php-actions/composer@v6
39-
- name: PHPUnit Tests
40-
uses: php-actions/phpunit@v3
36+
- uses: php-actions/phpunit@v3
4137
with:
4238
configuration: phpunit.xml.dist
4339
version: ${{ matrix.phpunit }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/bin/git-scan.phar
55
/bin/phpunit
66
/extern
7+
/dist
8+
/tmp

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
],
1111
"require": {
1212
"php": ">=7.3.0",
13-
"symfony/console": "^4.4",
14-
"symfony/process": "^4.4",
15-
"symfony/filesystem": "^4.4",
13+
"symfony/console": "~5.4",
14+
"symfony/process": "~5.4",
15+
"symfony/filesystem": "~5.4",
1616
"symfony/finder": "^4.4",
1717
"civicrm/composer-downloads-plugin": "~3.0"
1818
},

0 commit comments

Comments
 (0)