diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-04 09:34:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-04 09:34:13 +0200 |
commit | 7bb5e342325bdc63f2535fddcf0bce9d825f77e0 (patch) | |
tree | 4028c26283a679c27b199ad338d0ff5017431bcd /composer.json | |
parent | 295547b71b0f19e89fa8175bf9695602de0316e8 (diff) |
- update to 2.14.2
- add patch for PHP 7.4 from https://github.com/zendframework/zend-form/pull/235
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 8d29eb2..ec29a50 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "issues": "https://github.com/zendframework/zend-form/issues", "source": "https://github.com/zendframework/zend-form", "rss": "https://github.com/zendframework/zend-form/releases.atom", - "slack": "https://zendframework-slack.herokuapp.com", + "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, "require": { |