Skip to content

Commit

Permalink
Merge pull request #693 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Fixed typo preventing the installation of the laravel/framework 7.30.5 security release
  • Loading branch information
freekmurze committed Nov 17, 2021
2 parents 03d8e13 + 8bb9ae3 commit b78b14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"require": {
"php": "^7.3|^8.0",
"illuminate/database": "^6.20.13|^7.30.4|^8.22.2",
"illuminate/http": "^6.20.13|7.30.4|^8.22.2",
"illuminate/support": "^6.20.13|7.30.4|^8.22.2"
"illuminate/http": "^6.20.13|^7.30.4|^8.22.2",
"illuminate/support": "^6.20.13|^7.30.4|^8.22.2"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit b78b14d

Please sign in to comment.