Skip to content

Commit cfbc08e

Browse files
authored
update composer requirements to illuminate parts instead of laravel/framework (#311)
1 parent 63c1d05 commit cfbc08e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,25 @@
1818
"require": {
1919
"php": "^7.4|^8.0",
2020
"ext-intl": "*",
21+
"ext-json": "*",
2122
"graham-campbell/guzzle-factory": "^5.0",
2223
"guzzlehttp/guzzle": "^7.4",
23-
"laravel/framework": "^8.73|^9.0",
24-
"laravel/slack-notification-channel": "^2.3",
24+
"illuminate/cache": "^8.73|^9.0",
25+
"illuminate/config": "^8.73|^9.0",
26+
"illuminate/console": "^8.73|^9.0",
27+
"illuminate/container": "^8.73|^9.0",
28+
"illuminate/contracts": "^8.73|^9.0",
29+
"illuminate/events": "^8.73|^9.0",
30+
"illuminate/filesystem": "^8.73|^9.0",
31+
"illuminate/notifications": "^8.73|^9.0",
32+
"illuminate/support": "^8.73|^9.0",
33+
"laravel/slack-notification-channel": "^2.4",
2534
"spatie/ssl-certificate": "^1.22|^2.1.2",
2635
"spatie/url": "^1.0.1"
2736
},
2837
"require-dev": {
2938
"mockery/mockery": "^1.4",
39+
"illuminate/testing": "^8.73|^9.0",
3040
"orchestra/testbench": "^6.23|^7.0",
3141
"phpunit/phpunit": "^9.5"
3242
},

0 commit comments

Comments
 (0)