File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ In a nutshell:
21
21
+ autoload concrete classes instead of generics classes.
22
22
23
23
For example, you need to add several PHP files:
24
- + generic class ` Box `
25
- + class ` Usage ` for use generic class
26
- + script with composer autoload and ` Usage ` class
24
+ + generic class ` Box ` ;
25
+ + class ` Usage ` for use generic class;
26
+ + script with composer autoload and ` Usage ` class.
27
27
28
28
src/Box.php
29
29
``` php
Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " >=7.4" ,
27
27
"composer-plugin-api" : " ^1.0|^2.0" ,
28
- "mrsuh/php-parser" : " 94.13.3 " ,
28
+ "mrsuh/php-parser" : " 94.14.0 " ,
29
29
"symfony/console" : " ^4.0|^5.0|^6.0" ,
30
30
"symfony/filesystem" : " ^4.0|^5.0|^6.0" ,
31
31
"symfony/finder" : " ^4.0|^5.0|^6.0"
You can’t perform that action at this time.
0 commit comments