Skip to content

Commit

Permalink
update composer requirements to illuminate parts instead of laravel/f…
Browse files Browse the repository at this point in the history
…ramework (#311)
  • Loading branch information
mallardduck committed Feb 13, 2022
1 parent 63c1d05 commit cfbc08e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,25 @@
"require": {
"php": "^7.4|^8.0",
"ext-intl": "*",
"ext-json": "*",
"graham-campbell/guzzle-factory": "^5.0",
"guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^8.73|^9.0",
"laravel/slack-notification-channel": "^2.3",
"illuminate/cache": "^8.73|^9.0",
"illuminate/config": "^8.73|^9.0",
"illuminate/console": "^8.73|^9.0",
"illuminate/container": "^8.73|^9.0",
"illuminate/contracts": "^8.73|^9.0",
"illuminate/events": "^8.73|^9.0",
"illuminate/filesystem": "^8.73|^9.0",
"illuminate/notifications": "^8.73|^9.0",
"illuminate/support": "^8.73|^9.0",
"laravel/slack-notification-channel": "^2.4",
"spatie/ssl-certificate": "^1.22|^2.1.2",
"spatie/url": "^1.0.1"
},
"require-dev": {
"mockery/mockery": "^1.4",
"illuminate/testing": "^8.73|^9.0",
"orchestra/testbench": "^6.23|^7.0",
"phpunit/phpunit": "^9.5"
},
Expand Down

0 comments on commit cfbc08e

Please sign in to comment.