We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2466b commit f399912Copy full SHA for f399912
CHANGELOG.md
@@ -0,0 +1,15 @@
1
+CHANGELOG
2
+=========
3
+
4
+1.1.0
5
+-----
6
7
+ * added `ServiceProviderInterface` in namespace `Service`
8
9
+1.0.0
10
11
12
+ * added `Service\ResetInterface` to provide a way to reset an object to its initial state
13
+ * added `Service\ServiceSubscriberInterface` to declare the dependencies of a class that consumes a service locator
14
+ * added `Service\ServiceSubscriberTrait` to implement `Service\ServiceSubscriberInterface` using methods' return types
15
+ * added `Service\ServiceLocatorTrait` to help implement PSR-11 service locators
0 commit comments