Add start of IconExtension class

This commit is contained in:
Brabli
2022-07-23 19:53:26 +01:00
parent ae5c5fbf71
commit b5b51132f3
5 changed files with 67 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pcm/bundle-name",
"description": "bundle description",
"name": "pcm/icon-bundle",
"description": "Twig icon bundle",
"type": "symfony-bundle",
"license": "MIT",
@@ -19,7 +19,8 @@
"symfony/dependency-injection": "^6.1",
"symfony/framework-bundle": "^6.1",
"symfony/yaml": "^6.1",
"symfony/http-client": "^6.1"
"symfony/http-client": "^6.1",
"symfony/twig-bundle": "^6.1"
},
"require-dev": {
@@ -29,13 +30,13 @@
"autoload": {
"psr-4": {
"Pcm\\GeocodeBundle\\": "src/"
"Pcm\\IconBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Pcm\\GeocodeBundle\\Tests\\": "tests/"
"Pcm\\IconBundle\\Tests\\": "tests/"
}
}
}