File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- tests / export-ignore
2
- * .http eol =crlf
1
+ # Common (from boilerplate)
3
2
.editorconfig export-ignore
4
3
.gitattributes export-ignore
5
4
.gitignore export-ignore
6
5
.scrutinizer.yml export-ignore
7
6
.travis.yml export-ignore
8
7
CONDUCT.md export-ignore
9
8
CONTRIBUTING.md export-ignore
9
+
10
+ # Project specific
11
+ * .http eol =crlf
10
12
phpunit.xml.dist export-ignore
11
- VERSION export-ignore
13
+ tests / export-ignore
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return Symfony \CS \Config \Config::create ()
4
+ ->level (Symfony \CS \FixerInterface::PSR2_LEVEL )
5
+ ->fixers ([])
6
+ ->finder (
7
+ Symfony \CS \Finder \DefaultFinder::create ()->in (__DIR__ . '/src ' )
8
+ )
9
+ ;
Original file line number Diff line number Diff line change
1
+ preset : psr2
2
+ finder :
3
+ path :
4
+ - " src"
Original file line number Diff line number Diff line change 18
18
},
19
19
"require-dev" : {
20
20
"guzzlehttp/psr7" : " ^1.0" ,
21
- "php-http/adapter-integration-tests" : " dev-master" ,
21
+ "php-http/adapter-integration-tests" : " dev-master#7c681907547e24b26f352bc48444527c28bfc524 " ,
22
22
"php-http/discovery" : " ^0.3" ,
23
23
"phpunit/phpunit" : " ^4.8@stable" ,
24
24
"zendframework/zend-diactoros" : " ^1.0"
You can’t perform that action at this time.
0 commit comments