Skip to content

Commit 1868aa2

Browse files
Merge pull request #31 from hexadog/develop
chore(style): update php-cs-fixer version
2 parents 851084f + d2d3ea5 commit 1868aa2

File tree

2 files changed

+48
-137
lines changed

2 files changed

+48
-137
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
"issues": "https://github.com/hexadog/laravel-themes-manager/issues",
77
"source": "https://github.com/hexadog/laravel-themes-manager"
88
},
9-
"authors": [{
10-
"name": "Gaetan",
11-
"email": "gaetan@hexadog.com"
12-
}],
9+
"authors": [
10+
{
11+
"name": "Gaetan",
12+
"email": "gaetan@hexadog.com"
13+
}
14+
],
1315
"minimum-stability": "stable",
1416
"require": {
1517
"hexadog/laravel-theme-installer": "^1.0",
1618
"illuminate/view": "^7.0|^8.0|^9.0"
1719
},
1820
"require-dev": {
19-
"friendsofphp/php-cs-fixer": "^2.19",
20-
"squizlabs/php_codesniffer": "3.*",
21+
"friendsofphp/php-cs-fixer": "^3.1",
2122
"phpunit/phpunit": "^7.0|^8.0|^9.0",
2223
"orchestra/testbench": "~5.2"
2324
},

composer.lock

Lines changed: 41 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)