Skip to content

Commit

Permalink
Applying PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedghanem00 committed May 8, 2024
1 parent 54fd812 commit 16d7c5b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"ext-imagick": "*",
"phpunit/phpunit": "dev-main",
"phpstan/phpstan": "1.10.x-dev",
"phpstan/extension-installer": "^1.3",
"friendsofphp/php-cs-fixer": "^3.54",
"smalot/pdfparser": "dev-master"
},
Expand All @@ -55,11 +54,5 @@
"php-cs-fixer": "vendor/bin/php-cs-fixer fix"
},

"minimum-stability": "stable",

"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
"minimum-stability": "stable"
}

0 comments on commit 16d7c5b

Please sign in to comment.