Skip to content

Commit

Permalink
Sort Composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Nov 30, 2023
1 parent d91029f commit 051f35c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"require": {
"php": "^8.1",
"illuminate/database": "^10.0",
"staudenmeir/laravel-cte": "^1.8",
"staudenmeir/eloquent-has-many-deep-contracts": "^1.1"
"staudenmeir/eloquent-has-many-deep-contracts": "^1.1",
"staudenmeir/laravel-cte": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"doctrine/dbal": "^3.5.2",
"barryvdh/laravel-ide-helper": "^2.13",
"doctrine/dbal": "^3.5.2",
"mockery/mockery": "^1.5.1",
"staudenmeir/eloquent-has-many-deep": "^1.18.1",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.15",
"singlestoredb/singlestoredb-laravel": "^1.5.1"
"phpunit/phpunit": "^10.1",
"singlestoredb/singlestoredb-laravel": "^1.5.1",
"staudenmeir/eloquent-has-many-deep": "^1.18.1"
},
"suggest": {
"barryvdh/laravel-ide-helper": "Provide type hints for attributes and relations."
Expand All @@ -38,5 +38,8 @@
}
},
"minimum-stability": "dev",
"prefer-stable" : true
"prefer-stable" : true,
"config": {
"sort-packages": true
}
}

0 comments on commit 051f35c

Please sign in to comment.