diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b1f616b..4f2d0f1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ ## Changelog: +### 1.15.3 - 2024-01-04 +- general: php 8.2 & 8.3 compatibility + - php 8.3 compatibility fixes ([#182]) + - php 8.2 compatibility fixes ([#183]), including: + - add missing class properties, to address `Creation of dynamic property {x} is deprecated` deprecation messages + more fixes ([#170]) + - allow dynamic props in `Zend_Form`, `Zend_Form_Element` and `Zend_View_Abstract` ([#180]) + - remaining compatibility fixes ([#181]) +- zend-controller + - make zend-filter dependency required ([#171]) +- zend-uri + - update required and suggested dependencies according to usage ([#177]) +- zend-validate + - update required and suggested dependencies according to usage ([#179]) +- zend-view + - update required and suggested dependencies according to usage ([#178]) +- general: ci & tests + - github weekly workflow run ([#173]) + - zend-ldap: fix failing tests due to changes in `bitnami/openldap:2.5` ([#172]) + +[#170]: https://github.com/zf1s/zf1/pull/170 +[#171]: https://github.com/zf1s/zf1/pull/171 +[#172]: https://github.com/zf1s/zf1/pull/172 +[#173]: https://github.com/zf1s/zf1/pull/173 +[#177]: https://github.com/zf1s/zf1/pull/177 +[#178]: https://github.com/zf1s/zf1/pull/178 +[#179]: https://github.com/zf1s/zf1/pull/179 +[#180]: https://github.com/zf1s/zf1/pull/180 +[#181]: https://github.com/zf1s/zf1/pull/181 +[#182]: https://github.com/zf1s/zf1/pull/182 +[#183]: https://github.com/zf1s/zf1/pull/183 + ### 1.15.2 - 2023-02-19 - zend-ldap - php 8.1 compatibility fixes ([#159]) diff --git a/README.md b/README.md index 4a69553aa..849616fd2 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ where `*` may be one of: [xmlrpc](https://github.com/zf1s/zend-xmlrpc). These packages will be maintained as long as we're using them, mainly just to keep it all working on new versions of PHP as they're released. -Currently everything should be compatible with **PHP 5.3-8.1**. _5.2 support is dropped._ +Currently everything should be compatible with **PHP 5.3-8.3**. _5.2 support is dropped._ They may also contain some fixes, either for long-standing bugs, which haven't made their way into zf1 official repo before EOL, or newly found ones and (backwards compatible) adjustments (optimisations for composer autoloader mostly). Maybe even one or two new features. @@ -133,7 +133,7 @@ Original README: [click](README.orig.md) 2. Bump interdependencies of packages to the next version ```bash - ../monorepo-builder/bin/monorepo-builder bump-interdependency "^1.15.3" + ../monorepo-builder/bin/monorepo-builder bump-interdependency "^1.15.4" ``` 3. Add git tag and push to this monorepo @@ -147,7 +147,7 @@ Original README: [click](README.orig.md) Split operation: ```bash - ../monorepo-builder/bin/monorepo-builder split --max-processes=1 --tag=1.15.3 + ../monorepo-builder/bin/monorepo-builder split --max-processes=1 --tag=1.15.4 ``` _Note: I had no success splitting this repo on win os, so unix-based system is recommended. (or WSL) diff --git a/composer.json b/composer.json index b67c0dd3d..3c337641b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "zf1s/zf1", - "description": "Zend Framework 1 complete package, PHP 5.3-8.1 compatible. Please consider using individual zf1s/zend-* packages instead - see README.", + "description": "Zend Framework 1 complete package, PHP 5.3-8.3 compatible. Please consider using individual zf1s/zend-* packages instead - see README.", "license": "BSD-3-Clause", "require": { "php": ">=5.3.3", diff --git a/packages/zend-acl/README.md b/packages/zend-acl/README.md index 28daa0e08..a66c17eb7 100644 --- a/packages/zend-acl/README.md +++ b/packages/zend-acl/README.md @@ -1,7 +1,7 @@ # zend-acl (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-amf/README.md b/packages/zend-amf/README.md index 1a8a4087d..71d67525a 100644 --- a/packages/zend-amf/README.md +++ b/packages/zend-amf/README.md @@ -1,7 +1,7 @@ # zend-amf (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-application/README.md b/packages/zend-application/README.md index 0dfcbf021..0bf042ba9 100644 --- a/packages/zend-application/README.md +++ b/packages/zend-application/README.md @@ -1,7 +1,7 @@ # zend-application (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-auth/README.md b/packages/zend-auth/README.md index 93159b0ad..27730d2d9 100644 --- a/packages/zend-auth/README.md +++ b/packages/zend-auth/README.md @@ -1,7 +1,7 @@ # zend-auth (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-barcode/README.md b/packages/zend-barcode/README.md index a2d9e502a..4df1c6d42 100644 --- a/packages/zend-barcode/README.md +++ b/packages/zend-barcode/README.md @@ -1,7 +1,7 @@ # zend-barcode (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-cache/README.md b/packages/zend-cache/README.md index 7a4bb96e0..262e6ea45 100644 --- a/packages/zend-cache/README.md +++ b/packages/zend-cache/README.md @@ -1,7 +1,7 @@ # zend-cache (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-captcha/README.md b/packages/zend-captcha/README.md index 69a86a758..9201f9d8e 100644 --- a/packages/zend-captcha/README.md +++ b/packages/zend-captcha/README.md @@ -1,7 +1,7 @@ # zend-captcha (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-cloud/README.md b/packages/zend-cloud/README.md index b0ada07b6..8043959f5 100644 --- a/packages/zend-cloud/README.md +++ b/packages/zend-cloud/README.md @@ -1,7 +1,7 @@ # zend-cloud (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-codegenerator/README.md b/packages/zend-codegenerator/README.md index 7d10313d2..5c5180fb4 100644 --- a/packages/zend-codegenerator/README.md +++ b/packages/zend-codegenerator/README.md @@ -1,7 +1,7 @@ # zend-codegenerator (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-config/README.md b/packages/zend-config/README.md index 8277ce3cc..a5109ddf7 100644 --- a/packages/zend-config/README.md +++ b/packages/zend-config/README.md @@ -1,7 +1,7 @@ # zend-config (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-console-getopt/README.md b/packages/zend-console-getopt/README.md index f0ef65509..c06f735e3 100644 --- a/packages/zend-console-getopt/README.md +++ b/packages/zend-console-getopt/README.md @@ -1,7 +1,7 @@ # zend-console-getopt (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-controller/README.md b/packages/zend-controller/README.md index 2a05b7f41..fa9259322 100644 --- a/packages/zend-controller/README.md +++ b/packages/zend-controller/README.md @@ -1,7 +1,7 @@ # zend-controller (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-crypt/README.md b/packages/zend-crypt/README.md index 132ed4e5b..3a3f21911 100644 --- a/packages/zend-crypt/README.md +++ b/packages/zend-crypt/README.md @@ -1,7 +1,7 @@ # zend-crypt (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-currency/README.md b/packages/zend-currency/README.md index 803f697c2..347bbebb1 100644 --- a/packages/zend-currency/README.md +++ b/packages/zend-currency/README.md @@ -1,7 +1,7 @@ # zend-currency (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-date/README.md b/packages/zend-date/README.md index a9ae6fe8d..f98707817 100644 --- a/packages/zend-date/README.md +++ b/packages/zend-date/README.md @@ -1,7 +1,7 @@ # zend-date (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-db/README.md b/packages/zend-db/README.md index 2629a93f7..26af1eb8a 100644 --- a/packages/zend-db/README.md +++ b/packages/zend-db/README.md @@ -1,7 +1,7 @@ # zend-db (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-debug/README.md b/packages/zend-debug/README.md index 19be2283c..3d9712561 100644 --- a/packages/zend-debug/README.md +++ b/packages/zend-debug/README.md @@ -1,7 +1,7 @@ # zend-debug (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-dojo/README.md b/packages/zend-dojo/README.md index 8ee0d0359..030740861 100644 --- a/packages/zend-dojo/README.md +++ b/packages/zend-dojo/README.md @@ -1,7 +1,7 @@ # zend-dojo (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-dom/README.md b/packages/zend-dom/README.md index 09cd457c3..f0671a418 100644 --- a/packages/zend-dom/README.md +++ b/packages/zend-dom/README.md @@ -1,7 +1,7 @@ # zend-dom (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-eventmanager/README.md b/packages/zend-eventmanager/README.md index f353f8c73..b045dccaf 100644 --- a/packages/zend-eventmanager/README.md +++ b/packages/zend-eventmanager/README.md @@ -1,7 +1,7 @@ # zend-eventmanager (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-exception/README.md b/packages/zend-exception/README.md index f8f51df6f..21d09332b 100644 --- a/packages/zend-exception/README.md +++ b/packages/zend-exception/README.md @@ -1,7 +1,7 @@ # zend-exception (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-feed/README.md b/packages/zend-feed/README.md index 40e0d07f4..7832bbf6a 100644 --- a/packages/zend-feed/README.md +++ b/packages/zend-feed/README.md @@ -1,7 +1,7 @@ # zend-feed (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-file-transfer/README.md b/packages/zend-file-transfer/README.md index 2ce8694b2..6f8c1e101 100644 --- a/packages/zend-file-transfer/README.md +++ b/packages/zend-file-transfer/README.md @@ -1,7 +1,7 @@ # zend-file-transfer (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-file/README.md b/packages/zend-file/README.md index 31272e879..616a46edb 100644 --- a/packages/zend-file/README.md +++ b/packages/zend-file/README.md @@ -1,7 +1,7 @@ # zend-file (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-filter/README.md b/packages/zend-filter/README.md index 086e5035f..0bedc167f 100644 --- a/packages/zend-filter/README.md +++ b/packages/zend-filter/README.md @@ -1,7 +1,7 @@ # zend-filter (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-form/README.md b/packages/zend-form/README.md index 20759429f..3c4c7e999 100644 --- a/packages/zend-form/README.md +++ b/packages/zend-form/README.md @@ -1,7 +1,7 @@ # zend-form (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-gdata/README.md b/packages/zend-gdata/README.md index 8e23c65bf..ae9151d1a 100644 --- a/packages/zend-gdata/README.md +++ b/packages/zend-gdata/README.md @@ -1,7 +1,7 @@ # zend-gdata (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-http/README.md b/packages/zend-http/README.md index 11b3ce2a7..d520e5e7c 100644 --- a/packages/zend-http/README.md +++ b/packages/zend-http/README.md @@ -1,7 +1,7 @@ # zend-http (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-json/README.md b/packages/zend-json/README.md index 53a1c5703..0a5f8450c 100644 --- a/packages/zend-json/README.md +++ b/packages/zend-json/README.md @@ -1,7 +1,7 @@ # zend-json (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-layout/README.md b/packages/zend-layout/README.md index 58901b30d..d8d3126f4 100644 --- a/packages/zend-layout/README.md +++ b/packages/zend-layout/README.md @@ -1,7 +1,7 @@ # zend-layout (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-ldap/README.md b/packages/zend-ldap/README.md index 5eeafb476..a88ebdf4c 100644 --- a/packages/zend-ldap/README.md +++ b/packages/zend-ldap/README.md @@ -1,7 +1,7 @@ # zend-ldap (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-loader/README.md b/packages/zend-loader/README.md index faff0b061..bb24869e9 100644 --- a/packages/zend-loader/README.md +++ b/packages/zend-loader/README.md @@ -1,7 +1,7 @@ # zend-loader (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-locale/README.md b/packages/zend-locale/README.md index 21ed266a8..626c407a4 100644 --- a/packages/zend-locale/README.md +++ b/packages/zend-locale/README.md @@ -1,7 +1,7 @@ # zend-locale (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-log/README.md b/packages/zend-log/README.md index 204c3a33b..e3a38ea04 100644 --- a/packages/zend-log/README.md +++ b/packages/zend-log/README.md @@ -1,7 +1,7 @@ # zend-log (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-mail/README.md b/packages/zend-mail/README.md index 8ec88a8fa..ac793fce9 100644 --- a/packages/zend-mail/README.md +++ b/packages/zend-mail/README.md @@ -1,7 +1,7 @@ # zend-mail (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-markup/README.md b/packages/zend-markup/README.md index bfc8ee82b..9ae30275f 100644 --- a/packages/zend-markup/README.md +++ b/packages/zend-markup/README.md @@ -1,7 +1,7 @@ # zend-markup (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-measure/README.md b/packages/zend-measure/README.md index f677c556a..01ed19619 100644 --- a/packages/zend-measure/README.md +++ b/packages/zend-measure/README.md @@ -1,7 +1,7 @@ # zend-measure (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-memory/README.md b/packages/zend-memory/README.md index 731daed58..a46b14a81 100644 --- a/packages/zend-memory/README.md +++ b/packages/zend-memory/README.md @@ -1,7 +1,7 @@ # zend-memory (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-mime/README.md b/packages/zend-mime/README.md index 3f58a63d1..f71180a91 100644 --- a/packages/zend-mime/README.md +++ b/packages/zend-mime/README.md @@ -1,7 +1,7 @@ # zend-mime (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-mobile/README.md b/packages/zend-mobile/README.md index fd6985043..5beec04fd 100644 --- a/packages/zend-mobile/README.md +++ b/packages/zend-mobile/README.md @@ -1,7 +1,7 @@ # zend-mobile (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-navigation/README.md b/packages/zend-navigation/README.md index d3b767d2c..e3c98d1d4 100644 --- a/packages/zend-navigation/README.md +++ b/packages/zend-navigation/README.md @@ -1,7 +1,7 @@ # zend-navigation (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-oauth/README.md b/packages/zend-oauth/README.md index d8fedcb66..7f3e4e3e2 100644 --- a/packages/zend-oauth/README.md +++ b/packages/zend-oauth/README.md @@ -1,7 +1,7 @@ # zend-oauth (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-openid/README.md b/packages/zend-openid/README.md index c907afd6b..d6e5a6202 100644 --- a/packages/zend-openid/README.md +++ b/packages/zend-openid/README.md @@ -1,7 +1,7 @@ # zend-openid (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-paginator/README.md b/packages/zend-paginator/README.md index cd23a906a..f66a1e034 100644 --- a/packages/zend-paginator/README.md +++ b/packages/zend-paginator/README.md @@ -1,7 +1,7 @@ # zend-paginator (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-pdf/README.md b/packages/zend-pdf/README.md index 23bf20930..384f13378 100644 --- a/packages/zend-pdf/README.md +++ b/packages/zend-pdf/README.md @@ -1,7 +1,7 @@ # zend-pdf (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-progressbar/README.md b/packages/zend-progressbar/README.md index 676b03690..bfeba9a59 100644 --- a/packages/zend-progressbar/README.md +++ b/packages/zend-progressbar/README.md @@ -1,7 +1,7 @@ # zend-progressbar (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-queue/README.md b/packages/zend-queue/README.md index c9eb019c7..c6e3c3bca 100644 --- a/packages/zend-queue/README.md +++ b/packages/zend-queue/README.md @@ -1,7 +1,7 @@ # zend-queue (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-reflection/README.md b/packages/zend-reflection/README.md index 8006c2323..00948e434 100644 --- a/packages/zend-reflection/README.md +++ b/packages/zend-reflection/README.md @@ -1,7 +1,7 @@ # zend-reflection (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-registry/README.md b/packages/zend-registry/README.md index 9558e45d1..34a7b8d1c 100644 --- a/packages/zend-registry/README.md +++ b/packages/zend-registry/README.md @@ -1,7 +1,7 @@ # zend-registry (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-rest/README.md b/packages/zend-rest/README.md index b5ab98fd8..73c77887c 100644 --- a/packages/zend-rest/README.md +++ b/packages/zend-rest/README.md @@ -1,7 +1,7 @@ # zend-rest (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-search-lucene/README.md b/packages/zend-search-lucene/README.md index 763b5fb97..3812456e0 100644 --- a/packages/zend-search-lucene/README.md +++ b/packages/zend-search-lucene/README.md @@ -1,7 +1,7 @@ # zend-search-lucene (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-search/README.md b/packages/zend-search/README.md index 991388d5a..0d9f0fad6 100644 --- a/packages/zend-search/README.md +++ b/packages/zend-search/README.md @@ -1,7 +1,7 @@ # zend-search (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-serializer/README.md b/packages/zend-serializer/README.md index ce298fe0e..d3cd4f89b 100644 --- a/packages/zend-serializer/README.md +++ b/packages/zend-serializer/README.md @@ -1,7 +1,7 @@ # zend-serializer (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-server/README.md b/packages/zend-server/README.md index 479a1c98e..d220fbb85 100644 --- a/packages/zend-server/README.md +++ b/packages/zend-server/README.md @@ -1,7 +1,7 @@ # zend-server (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-akismet/README.md b/packages/zend-service-akismet/README.md index 6d16fa0e3..d7b6d8ec2 100644 --- a/packages/zend-service-akismet/README.md +++ b/packages/zend-service-akismet/README.md @@ -1,7 +1,7 @@ # zend-service-akismet (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-amazon/README.md b/packages/zend-service-amazon/README.md index 95ec05a07..97ca6cc00 100644 --- a/packages/zend-service-amazon/README.md +++ b/packages/zend-service-amazon/README.md @@ -1,7 +1,7 @@ # zend-service-amazon (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-audioscrobbler/README.md b/packages/zend-service-audioscrobbler/README.md index 632eb76ee..4c44ca4c8 100644 --- a/packages/zend-service-audioscrobbler/README.md +++ b/packages/zend-service-audioscrobbler/README.md @@ -1,7 +1,7 @@ # zend-service-audioscrobbler (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-console/README.md b/packages/zend-service-console/README.md index 65377b362..deacc03a9 100644 --- a/packages/zend-service-console/README.md +++ b/packages/zend-service-console/README.md @@ -1,7 +1,7 @@ # zend-service-console (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-delicious/README.md b/packages/zend-service-delicious/README.md index 9a317a651..e80cb33f7 100644 --- a/packages/zend-service-delicious/README.md +++ b/packages/zend-service-delicious/README.md @@ -1,7 +1,7 @@ # zend-service-delicious (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-ebay/README.md b/packages/zend-service-ebay/README.md index 109dc101d..986a1f20f 100644 --- a/packages/zend-service-ebay/README.md +++ b/packages/zend-service-ebay/README.md @@ -1,7 +1,7 @@ # zend-service-ebay (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-flickr/README.md b/packages/zend-service-flickr/README.md index 482e120f7..3eecba104 100644 --- a/packages/zend-service-flickr/README.md +++ b/packages/zend-service-flickr/README.md @@ -1,7 +1,7 @@ # zend-service-flickr (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-livedocx/README.md b/packages/zend-service-livedocx/README.md index 4712b7441..ec9cda0d2 100644 --- a/packages/zend-service-livedocx/README.md +++ b/packages/zend-service-livedocx/README.md @@ -1,7 +1,7 @@ # zend-service-livedocx (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-rackspace/README.md b/packages/zend-service-rackspace/README.md index 3e6ab19a2..ce34a2dc9 100644 --- a/packages/zend-service-rackspace/README.md +++ b/packages/zend-service-rackspace/README.md @@ -1,7 +1,7 @@ # zend-service-rackspace (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-recaptcha/README.md b/packages/zend-service-recaptcha/README.md index 164b64638..a57566f59 100644 --- a/packages/zend-service-recaptcha/README.md +++ b/packages/zend-service-recaptcha/README.md @@ -1,7 +1,7 @@ # zend-service-recaptcha (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-shorturl/README.md b/packages/zend-service-shorturl/README.md index 18573be81..3d6eee202 100644 --- a/packages/zend-service-shorturl/README.md +++ b/packages/zend-service-shorturl/README.md @@ -1,7 +1,7 @@ # zend-service-shorturl (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-slideshare/README.md b/packages/zend-service-slideshare/README.md index 60f162ee8..f5ff08e30 100644 --- a/packages/zend-service-slideshare/README.md +++ b/packages/zend-service-slideshare/README.md @@ -1,7 +1,7 @@ # zend-service-slideshare (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-strikeiron/README.md b/packages/zend-service-strikeiron/README.md index 3105a22b6..c53ab0575 100644 --- a/packages/zend-service-strikeiron/README.md +++ b/packages/zend-service-strikeiron/README.md @@ -1,7 +1,7 @@ # zend-service-strikeiron (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-twitter/README.md b/packages/zend-service-twitter/README.md index 209a5bdbe..2b86c27e5 100644 --- a/packages/zend-service-twitter/README.md +++ b/packages/zend-service-twitter/README.md @@ -1,7 +1,7 @@ # zend-service-twitter (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-windowsazure/README.md b/packages/zend-service-windowsazure/README.md index d9626a344..f9f420926 100644 --- a/packages/zend-service-windowsazure/README.md +++ b/packages/zend-service-windowsazure/README.md @@ -1,7 +1,7 @@ # zend-service-windowsazure (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service-yahoo/README.md b/packages/zend-service-yahoo/README.md index af4bfc8f0..c2654d6f0 100644 --- a/packages/zend-service-yahoo/README.md +++ b/packages/zend-service-yahoo/README.md @@ -1,7 +1,7 @@ # zend-service-yahoo (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-service/README.md b/packages/zend-service/README.md index 18332efac..4e3ffaca5 100644 --- a/packages/zend-service/README.md +++ b/packages/zend-service/README.md @@ -1,7 +1,7 @@ # zend-service (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-session/README.md b/packages/zend-session/README.md index bcfb6633b..e7a94993d 100644 --- a/packages/zend-session/README.md +++ b/packages/zend-session/README.md @@ -1,7 +1,7 @@ # zend-session (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-soap/README.md b/packages/zend-soap/README.md index 3cb7e0a2d..2b422380a 100644 --- a/packages/zend-soap/README.md +++ b/packages/zend-soap/README.md @@ -1,7 +1,7 @@ # zend-soap (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-stdlib/README.md b/packages/zend-stdlib/README.md index 16fc66437..dfd2953e1 100644 --- a/packages/zend-stdlib/README.md +++ b/packages/zend-stdlib/README.md @@ -1,7 +1,7 @@ # zend-stdlib (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-tag/README.md b/packages/zend-tag/README.md index e0e01ec1e..bb43e02b4 100644 --- a/packages/zend-tag/README.md +++ b/packages/zend-tag/README.md @@ -1,7 +1,7 @@ # zend-tag (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-test/README.md b/packages/zend-test/README.md index d2a853550..68e0da040 100644 --- a/packages/zend-test/README.md +++ b/packages/zend-test/README.md @@ -1,7 +1,7 @@ # zend-test (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-text/README.md b/packages/zend-text/README.md index 7d34e40f8..a50947af6 100644 --- a/packages/zend-text/README.md +++ b/packages/zend-text/README.md @@ -1,7 +1,7 @@ # zend-text (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-timesync/README.md b/packages/zend-timesync/README.md index 11c8a8e44..bec7b3920 100644 --- a/packages/zend-timesync/README.md +++ b/packages/zend-timesync/README.md @@ -1,7 +1,7 @@ # zend-timesync (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-tool/README.md b/packages/zend-tool/README.md index 5cb15d828..3965b6faf 100644 --- a/packages/zend-tool/README.md +++ b/packages/zend-tool/README.md @@ -1,7 +1,7 @@ # zend-tool (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-translate/README.md b/packages/zend-translate/README.md index c48e8dc20..e0783951a 100644 --- a/packages/zend-translate/README.md +++ b/packages/zend-translate/README.md @@ -1,7 +1,7 @@ # zend-translate (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-uri/README.md b/packages/zend-uri/README.md index 10fe8bb0f..3fe767d05 100644 --- a/packages/zend-uri/README.md +++ b/packages/zend-uri/README.md @@ -1,7 +1,7 @@ # zend-uri (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-validate/README.md b/packages/zend-validate/README.md index 5a4d5c417..7aa73090a 100644 --- a/packages/zend-validate/README.md +++ b/packages/zend-validate/README.md @@ -1,7 +1,7 @@ # zend-validate (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-version/README.md b/packages/zend-version/README.md index 55ef5d834..ba744c3c6 100644 --- a/packages/zend-version/README.md +++ b/packages/zend-version/README.md @@ -1,7 +1,7 @@ # zend-version (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-view/README.md b/packages/zend-view/README.md index 0f95e9fb0..0cac164f8 100644 --- a/packages/zend-view/README.md +++ b/packages/zend-view/README.md @@ -1,7 +1,7 @@ # zend-view (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-wildfire/README.md b/packages/zend-wildfire/README.md index 9fe31e909..8f9454186 100644 --- a/packages/zend-wildfire/README.md +++ b/packages/zend-wildfire/README.md @@ -1,7 +1,7 @@ # zend-wildfire (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-xml/README.md b/packages/zend-xml/README.md index c465c9f66..9c7b6b983 100644 --- a/packages/zend-xml/README.md +++ b/packages/zend-xml/README.md @@ -1,7 +1,7 @@ # zend-xml (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls) diff --git a/packages/zend-xmlrpc/README.md b/packages/zend-xmlrpc/README.md index ea862bab0..a3b4c8c4a 100644 --- a/packages/zend-xmlrpc/README.md +++ b/packages/zend-xmlrpc/README.md @@ -1,7 +1,7 @@ # zend-xmlrpc (Zend Framework 1) This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. -**PHP 5.3-8.1** compatible. +**PHP 5.3-8.3** compatible. - [Report issues](https://github.com/zf1s/zf1/issues) and [send Pull Requests](https://github.com/zf1s/zf1/pulls)