Skip to content

Commit

Permalink
Fix #75: phpcompatibility/php-compatibility dev-develop (#76)
Browse files Browse the repository at this point in the history
* Fix #75: phpcompatibility/php-compatibility dev-develop

* stability dev
  • Loading branch information
danepowell authored Oct 7, 2024
1 parent 5ab2932 commit b833eda
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source ../../orca/bin/ci/_includes.sh || exit
# Create a new Composer project.
mkdir -p ~/fixture
cd ~/fixture || exit 1
composer init --name=test/example --no-interaction
composer init --name=test/example --no-interaction --stability=dev

# Install the SUT.
composer config repositories.coding-standards path "$ORCA_SUT_DIR"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"drupal/coder": "^8.3",
"phpcompatibility/php-compatibility": "^9.3",
"phpcompatibility/php-compatibility": "dev-develop",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.7"
},
Expand Down
239 changes: 143 additions & 96 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b833eda

Please sign in to comment.