|
1 | 1 | { |
2 | 2 | "name": "slm/locale", |
3 | | - "description": "Automatic detection of locales for Zend Framework", |
| 3 | + "description": "Automatic detection of locales for Laminas", |
4 | 4 | "type": "library", |
5 | 5 | "license": "BSD-3-Clause", |
6 | 6 | "keywords": [ |
| 7 | + "laminas", |
7 | 8 | "zf", |
8 | 9 | "zend framework", |
9 | 10 | "i18n", |
|
18 | 19 | } |
19 | 20 | ], |
20 | 21 | "require": { |
21 | | - "php": "^5.6 || ^7.0", |
| 22 | + "php": "^7.2", |
22 | 23 | "ext-intl": "*", |
23 | | - "zendframework/zend-eventmanager": "^3.1", |
24 | | - "zendframework/zend-http": "^2.7", |
25 | | - "zendframework/zend-modulemanager": "^2.8.2", |
26 | | - "zendframework/zend-router": "^3.0", |
27 | | - "zendframework/zend-servicemanager": "^3.2", |
28 | | - "zendframework/zend-stdlib": "^3.1", |
29 | | - "zendframework/zend-view": "^2.9.0" |
| 24 | + "laminas/laminas-eventmanager": "^3.1", |
| 25 | + "laminas/laminas-http": "^2.7", |
| 26 | + "laminas/laminas-modulemanager": "^2.8.2", |
| 27 | + "laminas/laminas-router": "^3.0", |
| 28 | + "laminas/laminas-servicemanager": "^3.2", |
| 29 | + "laminas/laminas-stdlib": "^3.2.1", |
| 30 | + "laminas/laminas-view": "^2.9.0" |
30 | 31 | }, |
31 | 32 | "require-dev": { |
32 | | - "friendsofphp/php-cs-fixer": "^2.8.1", |
33 | | - "phpunit/phpunit": "^4.8.36", |
34 | | - "satooshi/php-coveralls": "^1.0.2", |
35 | | - "zendframework/zend-console": "^2.6", |
36 | | - "zendframework/zend-mvc": "^3.1", |
37 | | - "zendframework/zend-mvc-console": "^1.1.9" |
| 33 | + "friendsofphp/php-cs-fixer": "^2.16.1", |
| 34 | + "phpunit/phpunit": "^8.5.1", |
| 35 | + "satooshi/php-coveralls": "^1.1.0", |
| 36 | + "laminas/laminas-console": "^2.6", |
| 37 | + "laminas/laminas-mvc": "^3.1", |
| 38 | + "laminas/laminas-mvc-console": "^1.1.9" |
38 | 39 | }, |
39 | 40 | "suggest": { |
40 | | - "zendframework/zend-mvc": "For using the router in the UriPath strategy" |
| 41 | + "laminas/laminas-mvc": "For using the router in the UriPath strategy" |
41 | 42 | }, |
42 | 43 | "autoload": { |
43 | 44 | "psr-4": { |
|
0 commit comments