diff --git a/README.ja.md b/README.ja.md index 8eea8571..0168e32f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -226,4 +226,10 @@ SevericeLocator::setReader(new AttributeReader);` DIとAOPを統合したDIフレームワーク[Ray.Di](https://github.com/ray-di/Ray.Di)もご覧ください。 +## 安定性 + +Ray.Aopはセマンティックバージョニングに従い、後方互換性を保証します。2015年のバージョン2.0以降、PHPの進化に合わせて機能を拡張しながら互換性を維持してきました。今後もこの安定性を維持していきます。 + +--- + * この文書の大部分は [Guice/AOP](https://github.com/google/guice/wiki/AOP) から借用しています。 diff --git a/README.md b/README.md index a4fa53ad..94660149 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,10 @@ SevericeLocator::setReader(new AttributeReader);` * See also the DI framework [Ray.Di](https://github.com/ray-di/Ray.Di) which integrates DI and AOP. +## Stability + +Ray.Aop follows semantic versioning and ensures backward compatibility. Released in 2015, version 2.0 and its successors have maintained compatibility while evolving with PHP, and we remain committed to this stability. + --- * Note: This documentation of the part is taken from [Guice/AOP](https://github.com/google/guice/wiki/AOP).