Upgrade#
2.x to 3.0#
PHP requirement was bumped to 7.2.
The namespace is now
Arokettu\
.1.8.0 and 2.1.0 were released with class aliases for the
Arokettu\
namespace.
Zend ServiceManager support was dropped.
Laminas has been available for 4 years now and the switch is relatively simple.
1.x to 2.0#
PHP requirement was bumped to 7.1.
Legacy namespace
SandFoxMe\
was removed, replace it withSandFox\
if you still use it.Silex integration was removed. Just don’t use EOL’d frameworks, switch to Slim, Mezzio or Symfony Flex. If you still need it, you can create your own provider based on the
ContainerExportProvider
from 1.x branch. (source)SandFox\PhpStorm\Metadata\Integration\Psr15\ContainerExportMiddleware
andSandFox\PhpStorm\Metadata\Integration\Slim\ContainerExportMiddleware
were combined intoSandFox\PhpStorm\Metadata\Integration\ContainerExportMiddleware
. Replace accordingly.