Skip to content

Commit 1f71327

Browse files
committed
Update composer.json
1 parent bfdc73d commit 1f71327

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

composer.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
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-
"email" : "myaddressmail@gmail.com",
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+
"email": "myaddressmail@gmail.com",
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
}

0 commit comments

Comments
 (0)