Skip to content

Commit

Permalink
[SVG] Update font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Aug 11, 2022
1 parent 745b399 commit eaca1e2
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions packages/svg/composer.json
@@ -1,35 +1,35 @@
{
"name": "pushword/svg",
"type": "symfony-bundle",
"description": "Insert icon (svg) with ease in Pushword's content via a twig function.",
"keywords": [],
"homepage": "https://pushword.piedweb.com/extension/svg",
"license": "MIT",
"require": {
"pushword/core": "^0.0",
"fortawesome/font-awesome": "^5.15"
},
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev",
"dev-main": "0.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Pushword\\Svg\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"authors": [
{
"name": "Robin@PiedWeb",
"email": "contact@piedweb.com",
"homepage": "https://piedweb.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true
"name": "pushword/svg",
"type": "symfony-bundle",
"description": "Insert icon (svg) with ease in Pushword's content via a twig function.",
"keywords": [],
"homepage": "https://pushword.piedweb.com/extension/svg",
"license": "MIT",
"require": {
"pushword/core": "^0.0",
"fortawesome/font-awesome": "^6.1"
},
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev",
"dev-main": "0.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Pushword\\Svg\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"authors": [
{
"name": "Robin@PiedWeb",
"email": "contact@piedweb.com",
"homepage": "https://piedweb.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit eaca1e2

Please sign in to comment.