File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^8.2" ,
14- "micro/dependency-injection" : " ^1.6.4"
13+ "micro/dependency-injection" : " ^1.7"
14+ },
15+ "require-dev" : {
16+ "micro/testing-tool" : " ^1.7"
1517 },
1618 "autoload" : {
1719 "psr-4" : {
4749 " @statics" ,
4850 " composer validate --strict" ,
4951 " composer normalize" ,
50- " @coverage "
52+ " @phpunit "
5153 ]
52- },
53- "require-dev" : {
54- "micro/testing-tool" : " ^1.7"
5554 }
5655}
Original file line number Diff line number Diff line change 1616use Psr \Container \ContainerInterface ;
1717use Psr \Container \NotFoundExceptionInterface ;
1818
19- class AutowireHelper implements AutowireHelperInterface
19+ readonly class AutowireHelper implements AutowireHelperInterface
2020{
2121 public function __construct (private ContainerInterface $ container )
2222 {
You can’t perform that action at this time.
0 commit comments