Skip to content

Commit a65be0b

Browse files
kbondsmnandre
andauthored
Apply suggestions from code review
Co-authored-by: Simon <[email protected]>
1 parent f77a876 commit a65be0b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Icons/.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/assets/src export-ignore
5-
/assets/test export-ignore
4+
/tests export-ignore

src/Icons/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-present Fabien Potencier
1+
Copyright (c) 2024-present Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/Icons/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"keywords": [
66
"symfony-ux",
77
"twig",
8-
"icons"
8+
"icons",
9+
"svg"
910
],
1011
"homepage": "https://symfony.com",
1112
"license": "MIT",
@@ -28,7 +29,7 @@
2829
"require": {
2930
"php": ">=8.1",
3031
"symfony/framework-bundle": "^6.4|^7.0",
31-
"symfony/twig-bundle": "^6.4|7.0"
32+
"symfony/twig-bundle": "^6.4|^7.0"
3233
},
3334
"require-dev": {
3435
"symfony/console": "^6.4|^7.0",

0 commit comments

Comments
 (0)