Skip to content

Commit

Permalink
Merge pull request #4 from hexadog/develop
Browse files Browse the repository at this point in the history
security: Fix CVE-2022-24828
  • Loading branch information
gaetan-hexadog authored Aug 9, 2022
2 parents 674651b + c9e9e84 commit 362fa9e
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 408 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"class": "Hexadog\\LaravelThemeInstaller\\ThemeInstallerPlugin"
},
"require-dev": {
"composer/composer": "^1.3|^2.0",
"composer/composer": "^1.3|^2.2.12",
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
Expand All @@ -38,4 +38,4 @@
"check-style": "vendor/bin/phpcs --extensions=php ./src",
"fix-style": "vendor/bin/phpcbf --extensions=php ./src"
}
}
}
Loading

0 comments on commit 362fa9e

Please sign in to comment.