You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The biggist change is the support of php-di 6 and the dropped support of php-di 5. The migration is somwhat huge
8
+
depending on the number of defintions. See http://php-di.org/doc/migration/6.0.html for details
9
+
10
+
### API
11
+
12
+
- All occurances of `Interop\Container\ContainerInterface` have been replaced with `\Psr\Container\ContainerInterface` so updated your usages accordingly
13
+
- The types of `\de\codenamephp\platform\di\Container::__construct` have changed so if you instantiate the container yourself (you shouldn't, that's what the
14
+
builder is for) you have to update the type of the first and 3rd parameter
15
+
- All parameters of `\de\codenamephp\platform\di\Container::__construct` are now optoinal so if you just passed them because you had to, remove them
0 commit comments