Skip to content

Commit

Permalink
add typehint
Browse files Browse the repository at this point in the history
add composer require ext
add throw phpdoc
  • Loading branch information
Andru Cherny committed Aug 23, 2019
1 parent ad2c8a7 commit f57f94d
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 94 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"sort-packages": true
},
"require": {
"php": "^7"
"php": "^7",
"ext-intl": "*",
"ext-simplexml": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
Expand Down
Loading

0 comments on commit f57f94d

Please sign in to comment.