Skip to content

Commit 57428a3

Browse files
committed
Require ext-intl
1 parent bc80f10 commit 57428a3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: shivammathur/setup-php@v2
151151
with:
152152
php-version: ${{ matrix.php-versions }}
153-
extensions: ctype, date, filter, pcre, spl
153+
extensions: ctype, date, filter, intl, pcre, spl
154154
tools: composer
155155
ini-values: error_reporting=E_ALL
156156
coverage: pcov

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"webmozart/assert": "^1.11"
2424
},
2525
"require-dev": {
26+
"ext-intl": "*",
27+
2628
"simplesamlphp/simplesamlphp-test-framework": "^1.7"
2729
},
2830
"autoload": {

0 commit comments

Comments
 (0)