Skip to content

Commit

Permalink
Require ext-intl
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 25, 2024
1 parent bc80f10 commit 57428a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: ctype, date, filter, pcre, spl
extensions: ctype, date, filter, intl, pcre, spl
tools: composer
ini-values: error_reporting=E_ALL
coverage: pcov
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"ext-intl": "*",

"simplesamlphp/simplesamlphp-test-framework": "^1.7"
},
"autoload": {
Expand Down

0 comments on commit 57428a3

Please sign in to comment.