Skip to content

Commit ac0ca70

Browse files
committed
grooming the README
1 parent 7a63dab commit ac0ca70

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Service providers are classes that provide service definitions to a [PSR-11](htt
66

77
The PSR depends on the PSR-11 [Container Interface](https://www.php-fig.org/psr/psr-11/#31-psrcontainercontainerinterface). Service providers operate on PSR-11 compatible containers.
88

9-
**Work in progress:** the project is currently experimental and is being tried in frameworks, containers and modules until considered viable. Until a 1.0.0 release, the code in this repository is not stable. Expect breaking changes between versions such as `0.1.x` and `0.2.0`.
9+
#### ⚠️ Work in progress
1010

11-
## Proposal
11+
> the project is currently experimental and is being tried in frameworks, containers and modules until considered viable. Until a 1.0.0 release, the code in this repository is not stable. Expect breaking changes between versions such as `0.1.x` and `0.2.0`.
1212
13-
Refer to the [current PSR draft](./PSR-XX-provider.md) for the concrete proposal.
13+
#### 👉 Refer to the [current PSR draft](./PSR-XX-provider.md) for the PSR proposal itself.
1414

15-
## Background
15+
#### 🧐 Refer to the [PSR meta document](./PSR-XX-provider-meta.md) for the history and reasoning behind this proposal.
1616

17-
Refer to the [PSR meta document](./PSR-XX-provider-meta.md) for the historical background of this proposal.
17+
#### 💬 Join us to review [open issues](/container-interop/service-provider/issues) or [participate in ongoing discussions](/container-interop/service-provider/discussions).
1818

1919
<!-- TODO resolve #67
2020
@@ -185,14 +185,15 @@ class B implements ServiceProviderInterface
185185
-->
186186

187187
## Compatible projects
188-
### Projects consuming *service providers*
188+
189+
### Projects consuming `v0.4` *service providers*
189190

190191
- [Laravel service provider bridge](https://github.com/thecodingmachine/laravel-universal-service-provider/): Use container-interop's service-providers into any [Laravel](http://laravel.com/) application.
191192
- [Simplex](https://github.com/mnapoli/simplex): A [Pimple 3](https://github.com/silexphp/Pimple) fork with full [container-interop](https://github.com/container-interop/container-interop) compliance and cross-framework service-provider support.
192193
- [Service provider bridge bundle](https://github.com/thecodingmachine/service-provider-bridge-bundle): Use container-interop's service-providers into a Symfony container.
193194
- [Yaco](https://github.com/thecodingmachine/yaco): A compiler that generates container-interop compliant containers. Yaco can consume service-providers.
194195

195-
### Packages providing *service providers*
196+
### Packages providing `v0.4` *service providers*
196197

197198
- [DBAL Module](https://github.com/thecodingmachine/dbal-universal-module): A module integrating [Doctrine DBAL](http://www.doctrine-project.org/projects/dbal.html) in an application using a service provider.
198199
- [Doctrine Annotations Module](https://github.com/thecodingmachine/doctrine-annotations-universal-module): A service provider for Doctrine's annotation reader.

0 commit comments

Comments
 (0)