Skip to content

Commit

Permalink
Sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Dec 23, 2022
1 parent 970263a commit 3e8894d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"minimum-stability": "dev",
"require": {
"behat/behat": "~3.2",
"friends-of-behat/mink-extension": "^2.7.1",
"behat/mink-browserkit-driver": "^2.1.0",
"behat/mink-selenium2-driver": "~1.1",
"drupal/drupal-driver": "^2.2.1",
"friends-of-behat/mink-extension": "^2.7.1",
"symfony/http-client": "~4.4 || ^5 || ^6",
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
"composer/installers": "^2",
"drupal/coder": "^8.3",
"drupal/core-composer-scaffold": "^9.4 || ^10.0",
"drupal/core": "^9.4 || ^10.0",
"drupal/core-composer-scaffold": "^9.4 || ^10.0",
"drush/drush": "^11.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpspec/phpspec": "^4.0 || ^6.0 || ^7.0"
Expand Down Expand Up @@ -76,6 +76,7 @@
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true
}
},
"sort-packages": true
}
}

0 comments on commit 3e8894d

Please sign in to comment.