Skip to content

Commit 0a30f2a

Browse files
committed
Deleted illuminate/support dependency
Deleted illuminate/support dependency to make the package compatible with any version of Laravel
1 parent a7666b8 commit 0a30f2a

File tree

3 files changed

+6
-987
lines changed

3 files changed

+6
-987
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-phpcs` will be documented in this file
44

5+
## 1.3.0 - 2022-02-12
6+
7+
- Deleted illuminate/support dependency to make the package compatible with any version of Laravel
8+
59
## 1.2.0 - 2022-01-27
610

711
- Added optional git pre-hook to validate with phpcs before every commit.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
"require": {
2323
"php": "^7.4|^8.0",
24-
"illuminate/support": "^8.0",
2524
"squizlabs/php_codesniffer": "^3.6"
2625
},
2726
"autoload": {

0 commit comments

Comments
 (0)