Add start of IconExtension class
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user