Skip to content

Commit

Permalink
Sort Composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 1, 2023
1 parent fbfb997 commit 51d8bc4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
],
"require": {
"php": "^8.1",
"illuminate/database": "^10.0",
"ext-pdo": "*"
"illuminate/database": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.1",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.1",
"singlestoredb/singlestoredb-laravel": "^1.5.1"
},
"autoload": {
Expand All @@ -37,5 +36,8 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"sort-packages": true
}
}

0 comments on commit 51d8bc4

Please sign in to comment.