Skip to content

Commit

Permalink
Add intl polyfill as an dev dependency (for CI purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDC committed Oct 11, 2019
1 parent 8305d70 commit 43df4b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.4"
"phpunit/phpunit": "^8",
"symfony/intl": "^4"
}
}

0 comments on commit 43df4b8

Please sign in to comment.