File tree 5 files changed +69
-59
lines changed
5 files changed +69
-59
lines changed Original file line number Diff line number Diff line change 1
- # .gitattributes snippet to force users to use same line endings for project.
2
- #
3
- # Handle line endings automatically for files detected as text
4
- # and leave all files detected as binary untouched.
5
- * text =auto
1
+ # .gitattributes snippet to force users to use same line endings for project.
2
+ #
3
+ # Handle line endings automatically for files detected as text
4
+ # and leave all files detected as binary untouched.
5
+ * text =auto
6
6
7
- #
8
- # The above will handle all files NOT found below
9
- # https://help.github.com/articles/dealing-with-line-endings/
10
- # https://github.com/Danimoth/gitattributes/blob/master/Web.gitattributes
7
+ #
8
+ # The above will handle all files NOT found below
9
+ # https://help.github.com/articles/dealing-with-line-endings/
10
+ # https://github.com/Danimoth/gitattributes/blob/master/Web.gitattributes
11
11
12
12
13
13
14
- # These files are text and should be normalized (Convert crlf => lf)
15
- * .php text
16
- * .css text
17
- * .js text
18
- * .json text
19
- * .htm text
20
- * .html text
21
- * .xml text
22
- * .txt text
23
- * .ini text
24
- * .inc text
25
- * .pl text
26
- * .rb text
27
- * .py text
28
- * .scm text
29
- * .sql text
14
+ # These files are text and should be normalized (Convert crlf => lf)
15
+ * .php text
16
+ * .css text
17
+ * .js text
18
+ * .json text
19
+ * .htm text
20
+ * .html text
21
+ * .xml text
22
+ * .txt text
23
+ * .ini text
24
+ * .inc text
25
+ * .pl text
26
+ * .rb text
27
+ * .py text
28
+ * .scm text
29
+ * .sql text
30
30
.htaccess text
31
- * .sh text
31
+ * .sh text
32
32
33
- # These files are binary and should be left untouched
34
- # (binary is a macro for -text -diff)
35
- * .png binary
36
- * .jpg binary
37
- * .jpeg binary
38
- * .gif binary
39
- * .ico binary
40
- * .mov binary
41
- * .mp4 binary
42
- * .mp3 binary
43
- * .flv binary
44
- * .fla binary
45
- * .swf binary
46
- * .gz binary
47
- * .zip binary
48
- * .7z binary
49
- * .ttf binary
50
- * .pyc binary
33
+ # These files are binary and should be left untouched
34
+ # (binary is a macro for -text -diff)
35
+ * .png binary
36
+ * .jpg binary
37
+ * .jpeg binary
38
+ * .gif binary
39
+ * .ico binary
40
+ * .mov binary
41
+ * .mp4 binary
42
+ * .mp3 binary
43
+ * .flv binary
44
+ * .fla binary
45
+ * .swf binary
46
+ * .gz binary
47
+ * .zip binary
48
+ * .7z binary
49
+ * .ttf binary
50
+ * .pyc binary
51
+
52
+ /composer.lock - merge
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ before_install:
27
27
# Set the COMPOSER_ROOT_VERSION to the right version according to the branch being built
28
28
- if [ "$TRAVIS_BRANCH" = "master" ]; then export COMPOSER_ROOT_VERSION=dev-master; else export COMPOSER_ROOT_VERSION="$TRAVIS_BRANCH".x-dev; fi;
29
29
30
- - composer install -o --no-scripts
30
+ - composer validate --no-check-all --strict
31
+ - composer install -o --no-scripts --no-suggest
31
32
- composer run-script post-autoload-dump
32
33
- composer run-script post-install-cmd
33
34
@@ -109,5 +110,5 @@ script:
109
110
# execute Symfony deprecation detector
110
111
- git clone https://github.com/sensiolabs-de/deprecation-detector.git
111
112
- cd deprecation-detector
112
- - composer install
113
+ - composer install --no-suggest
113
114
- ./bin/deprecation-detector check src vendor
Original file line number Diff line number Diff line change 276
276
- twig/inky-extra installed in 3.0.1
277
277
- twig/intl-extra installed in 3.0.1
278
278
- twig/markdown-extra installed in 3.0.1
279
- - twig/string-extra installed in 3.0.1
279
+ - twig/string-extra installed in 3.0.1 (currently 3.x-dev)
280
280
- twig/twig updated from 1.42.4 to 3.0.1
281
281
- webmozart/assert updated from 1.5.0 to 1.6.0
282
282
- willdurand/js-translation-bundle updated from 2.6.6 to 3.0.0
Original file line number Diff line number Diff line change 42
42
]
43
43
},
44
44
"config" : {
45
+ "platform" : {
46
+ "php" : " 7.2.5"
47
+ },
48
+ "sort-packages" : true ,
45
49
"bin-dir" : " bin" ,
46
50
"component-dir" : " public" ,
47
51
"public-dir" : " public" ,
You can’t perform that action at this time.
0 commit comments