Skip to content

Commit f57f94d

Browse files
author
Andru Cherny
committed
add typehint
add composer require ext add throw phpdoc
1 parent ad2c8a7 commit f57f94d

2 files changed

Lines changed: 270 additions & 94 deletions

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
"sort-packages": true
2424
},
2525
"require": {
26-
"php": "^7"
26+
"php": "^7",
27+
"ext-intl": "*",
28+
"ext-simplexml": "*",
29+
"ext-mbstring": "*",
30+
"ext-ctype": "*",
31+
"ext-json": "*"
2732
},
2833
"require-dev": {
2934
"friendsofphp/php-cs-fixer": "*",

0 commit comments

Comments
 (0)