Skip to content

Commit

Permalink
rename module in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chukShirley committed Dec 23, 2019
1 parent f27c30c commit da8157b
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ After installing the package, you'll need to add the module to your module confi
return [
// ... other modules
'Zend\I18n',
'NoI18N',
'NoIntl',
];
```

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"require-dev": {
"zendframework/zend-servicemanager": "^3.0.0",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^6.5",
"zendframework/zend-modulemanager": "^2.8"
},
"autoload": {
"psr-4": {
Expand All @@ -25,4 +26,4 @@
"NoIntlIntegrationTest\\": "tests/integration"
}
}
}
}
175 changes: 174 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da8157b

Please sign in to comment.