File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
.project
7
7
.settings
8
8
.php_cs
9
- .php_cs .cache
9
+ .php-cs-fixer .cache
10
10
composer.lock
11
11
docs-api
12
12
phpunit.xml
Original file line number Diff line number Diff line change 2
2
3
3
$ finder = new PhpCsFixer \Finder ();
4
4
$ config = new PhpCsFixer \Config ('json-schema ' );
5
- $ finder ->in (__DIR__ );
5
+ $ finder ->in ([ __DIR__ . ' /src ' , __DIR__ . ' /tests ' ] );
6
6
7
7
/* Based on ^2.1 of php-cs-fixer */
8
8
$ config
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Fixed
13
13
- Add required permissions for welcome action ([ #789 ] ( https://github.com/jsonrainbow/json-schema/pull/789 ) )
14
+ - Upgrade php cs fixer to latest ([ #783 ] ( https://github.com/jsonrainbow/json-schema/pull/783 ) )
14
15
15
16
### Changed
16
17
- Used PHPStan's int-mask-of<T > type where applicable ([ #779 ] ( https://github.com/jsonrainbow/json-schema/pull/779 ) )
Original file line number Diff line number Diff line change 33
33
"icecave/parity" : " ^3.0"
34
34
},
35
35
"require-dev" : {
36
- "friendsofphp/php-cs-fixer" : " ~2.2.20 || ~2.19 .0" ,
36
+ "friendsofphp/php-cs-fixer" : " 3.3 .0" ,
37
37
"json-schema/json-schema-test-suite" : " 1.2.0" ,
38
38
"phpunit/phpunit" : " ^8.5" ,
39
39
"phpspec/prophecy" : " ^1.19" ,
You can’t perform that action at this time.
0 commit comments