Skip to content

Commit 6b57d11

Browse files
committed
add, correct, and update syntax
1 parent d6130b0 commit 6b57d11

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

composer.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"name": "creativecommons/wp-plugin",
3-
"autoload": {
4-
"psr-4": {
5-
"Creativecommons\\WpPlugin\\": "src/"
6-
}
7-
},
8-
"require": {
9-
"twig/twig": "^3.3"
2+
"autoload": {
3+
"psr-4": {
4+
"Creativecommons\\WpPlugin\\": "src/"
105
}
6+
},
7+
"description": "Creative Commons website WordPress plugin",
8+
"license": "GPL-3.0-or-later",
9+
"name": "creativecommons/wp-plugin-creativecommons-website",
10+
"require": {
11+
"twig/twig": "^3.3"
12+
},
13+
"type": "wordpress-plugin"
1114
}

0 commit comments

Comments
 (0)