File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ This changelog references the relevant changes done between versions.
5
5
To get the diff for a specific change, go to https://github.com/LIN3S/CS/commit/XXX where XXX is the change hash
6
6
To get the diff between two versions, go to https://github.com/LIN3S/CS/compare/v0.6.0...v0.7.0
7
7
8
+ * 0.7.1
9
+ * Removed the ` TwigCs ` dependency from requirement because it's not compatible with Symfony v4.
10
+ * Made the library compatible with Symfony 4.0.
8
11
* 0.7.0
9
12
* Added TwigCS to lint the Twig files.
10
13
* Added installation steps when the ESLint or Stylelint are not installed in the machine.
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^7.1" ,
15
- "allocine/twigcs" : " ^2.1" ,
16
15
"incenteev/composer-parameter-handler" : " ^2.1" ,
17
16
"lin3s/php-cs-fixer-config" : " ^1.0.1" ,
18
17
"neronmoon/scriptsdev" : " ^0.1.1" ,
19
18
"phpmd/phpmd" : " ^2.6" ,
20
- "symfony/filesystem" : " ^2.8 || ^3.0" ,
21
- "symfony/yaml" : " ^2.8 || ^3.0"
19
+ "symfony/filesystem" : " ^2.8 || ^3.0 || ^4.0 " ,
20
+ "symfony/yaml" : " ^2.8 || ^3.0 || ^4.0 "
22
21
},
23
22
"require-dev" : {
24
23
"phpspec/phpspec" : " ^3.4"
25
24
},
25
+ "suggest" : {
26
+ "allocine/twigcs" : " Library that offers the Twig coding standards"
27
+ },
26
28
"scripts" : {
27
29
"cs" : [
28
30
" php-cs-fixer fix --config=.php_cs -v" ,
You can’t perform that action at this time.
0 commit comments