Skip to content

Commit c7725f8

Browse files
committed
fix missing symfony-intl dependency
1 parent 401f341 commit c7725f8

File tree

3 files changed

+89
-1
lines changed

3 files changed

+89
-1
lines changed

.github/workflows/github-actions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
111111
- name: Execute tests (Unit and Feature tests) via PHPUnit
112112
run: vendor/bin/phpunit
113+
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
113114
- name: phpstan
114115
if: always()
115116
run: composer phpstan

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"symfony/form": "7.1.*",
2929
"symfony/framework-bundle": "7.1.*",
3030
"symfony/http-client": "7.1.*",
31+
"symfony/intl": "7.1.*",
3132
"symfony/lock": "7.1.*",
3233
"symfony/monolog-bundle": "^3.0",
3334
"symfony/property-access": "7.1.*",

composer.lock

+87-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)