Skip to content

Commit 7e4e6fa

Browse files
committed
test v10 compatibility
1 parent 7cf321f commit 7e4e6fa

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

composer.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,31 @@
3131
"role": "Creator & Maintainer"
3232
}
3333
],
34+
"minimum-stability": "dev",
3435
"require": {
35-
"laravel/framework": "^9.0|^8.69",
36-
"prologue/alerts": "^1.0|^0.4",
36+
"laravel/framework": "^10.x-dev",
37+
"prologue/alerts": "dev-master",
3738
"digitallyhappy/assets": "^2.0.1",
38-
"creativeorange/gravatar": "~1.0",
39+
"creativeorange/gravatar": "dev-l10-compatibility",
3940
"composer/package-versions-deprecated": "^1.8",
4041
"doctrine/dbal": "^2.5|^3.0",
4142
"guzzlehttp/guzzle": "^7.0|^6.3"
4243
},
44+
"repositories": [
45+
{
46+
"type": "vcs",
47+
"url": "https://github.com/pxpm/alerts.git"
48+
},
49+
{
50+
"type": "vcs",
51+
"url": "https://github.com/laravel-shift/gravatar.git"
52+
}
53+
],
54+
4355
"require-dev": {
4456
"phpunit/phpunit": "~8.0|~7.0|~9.0",
4557
"scrutinizer/ocular": "~1.7|~1.1",
46-
"orchestra/testbench": "^7.0|^6.0|^5.0|^4.0|^3.0",
58+
"orchestra/testbench": "^8.0|^7.0|^6.0|^5.0|^4.0|^3.0",
4759
"spatie/laravel-translatable": "^4.0|^5.0|^6.0"
4860
},
4961
"autoload": {

0 commit comments

Comments
 (0)