Skip to content

Commit

Permalink
feat: use stable laravel release
Browse files Browse the repository at this point in the history
  • Loading branch information
divine committed Feb 9, 2022
1 parent d02a46c commit 9c2b001
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
],
"license": "MIT",
"require": {
"illuminate/support": "9.x-dev",
"illuminate/container": "9.x-dev",
"illuminate/database": "9.x-dev",
"illuminate/events": "9.x-dev",
"illuminate/support": "^9.0",
"illuminate/container": "^9.0",
"illuminate/database": "^9.0",
"illuminate/events": "^9.0",
"mongodb/mongodb": "^1.11"
},
"require-dev": {
"phpunit/phpunit": "^9.5.8",
"orchestra/testbench": "7.x-dev",
"orchestra/testbench": "^7.0",
"mockery/mockery": "^1.3.1",
"doctrine/dbal": "^2.13.3|^3.1.4"
},
Expand All @@ -54,7 +54,5 @@
"Jenssegers\\Mongodb\\MongodbQueueServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 9c2b001

Please sign in to comment.