We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7666b8 commit 0a30f2aCopy full SHA for 0a30f2a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-phpcs` will be documented in this file
4
5
+## 1.3.0 - 2022-02-12
6
+
7
+- Deleted illuminate/support dependency to make the package compatible with any version of Laravel
8
9
## 1.2.0 - 2022-01-27
10
11
- Added optional git pre-hook to validate with phpcs before every commit.
composer.json
@@ -21,7 +21,6 @@
21
],
22
"require": {
23
"php": "^7.4|^8.0",
24
- "illuminate/support": "^8.0",
25
"squizlabs/php_codesniffer": "^3.6"
26
},
27
"autoload": {
0 commit comments