File tree Expand file tree Collapse file tree 1 file changed +33
-32
lines changed
Expand file tree Collapse file tree 1 file changed +33
-32
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " phpmv/ubiquity-attributes" ,
3- "description" : " php 8 attributes for Ubiquity framework" ,
4- "type" : " extension" ,
5- "keywords" : [
6- " php" ,
7- " framework" ,
8- " mvc" ,
9- " annotations" ,
10- " attributes" ,
11- " php-framework"
12- ],
13- "require" : {
14- "php" : " >=8.0" ,
15- "phpmv/ubiquity" : " dev-php8-annotations"
16- },
17- "license" : " Apache-2.0" ,
18- "authors" : [{
19- "name" : " Jean-Christophe HERON" ,
20- 21- "role" : " Lead developer"
22- }
23- ],
24- "autoload" : {
25- "psr-4" : {
26- "Ubiquity\\ " : " src/Ubiquity/"
27- }
28- },
29- "extra" : {
30- "branch-alias" : {
31- "dev-master" : " 1.0.x-dev"
32- }
33- }
2+ "name" : " phpmv/ubiquity-attributes" ,
3+ "description" : " php 8 attributes for Ubiquity framework" ,
4+ "type" : " extension" ,
5+ "keywords" : [
6+ " php" ,
7+ " framework" ,
8+ " mvc" ,
9+ " annotations" ,
10+ " attributes" ,
11+ " php-framework"
12+ ],
13+ "require" : {
14+ "php" : " >=8.0" ,
15+ "phpmv/ubiquity" : " ^2.4"
16+ },
17+ "license" : " Apache-2.0" ,
18+ "authors" : [
19+ {
20+ "name" : " Jean-Christophe HERON" ,
21+ 22+ "role" : " Lead developer"
23+ }
24+ ],
25+ "autoload" : {
26+ "psr-4" : {
27+ "Ubiquity\\ " : " src/Ubiquity/"
28+ }
29+ },
30+ "extra" : {
31+ "branch-alias" : {
32+ "dev-master" : " 1.0.x-dev"
33+ }
34+ }
3435}
You can’t perform that action at this time.
0 commit comments