dotkernel / dot-annotated-services

DotKernel service creation component through laminas-servicemanager and annotations
https://docs.dotkernel.org/dot-annotated-services/
MIT License
8 stars 2 forks source link

dot-annotated-services - tags, php version, packets #7

Closed arhimede closed 2 years ago

arhimede commented 2 years ago

update tags and packets including php ~7.4.0 || ~8.0.0 || ~8.1.0

note: waiting on doctrine/annotations and doctrine/cache which still require only php: ^7.1 || ^8.0 even at the most recent versions

bidi47 commented 2 years ago

merged update in https://github.com/dotkernel/dot-annotated-services/pull/8

note: doctrine/annotations 1.13 and doctrine/cache 2.1 still support only up to php 8.0

arhimede commented 2 years ago

@bidi47
dotrine/annotiation work with any PHP version : "php": "^7.1 || ^8.0", in composer.json , line 16

arhimede commented 2 years ago

@bidi47 the same for doctrine/cache https://github.com/doctrine/cache/blob/2.1.x/composer.json

So we can release this one.

arhimede commented 2 years ago

fixed in #8