Skip to content

Commit

Permalink
Merge pull request #25 from salamwaddah/reduce-dependancies
Browse files Browse the repository at this point in the history
remove php styles dependency
  • Loading branch information
salamwaddah authored Apr 2, 2024
2 parents 212d6df + a164197 commit 0e4ca16
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/vendor/
.idea
.php_cs.cache
.php-cs-fixer.cache
composer.phar
composer.lock
3 changes: 0 additions & 3 deletions .php-cs-fixer.php

This file was deleted.

16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,8 @@
"require": {
"php": ">=7.0.0",
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"hellochef-me/php-styles": "^1.0",
"illuminate/notifications": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"minimum-stability": "stable",
"scripts": {
"post-update-cmd": [
"cp vendor/hellochef-me/php-styles/pre-commit .git/hooks/pre-commit",
"chmod a+x .git/hooks/pre-commit"
],
"post-install-cmd": [
"cp vendor/hellochef-me/php-styles/pre-commit .git/hooks/pre-commit",
"chmod a+x .git/hooks/pre-commit"
]
},
"version": "1.3.0"
}
"minimum-stability": "stable"
}

0 comments on commit 0e4ca16

Please sign in to comment.