Skip to content

Commit

Permalink
Merge pull request #226 from koriym/readme-stability
Browse files Browse the repository at this point in the history
Add stability section to README files
  • Loading branch information
koriym authored Nov 6, 2024
2 parents 4536d0e + 99a72d8 commit 5790b6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) から借用しています。
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5790b6d

Please sign in to comment.