Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: silverstripe/silverstripe-externallinks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a85d1a29b0b9a6b120c2356ede8bcdde6b2aea7c
Choose a base ref
..
head repository: silverstripe/silverstripe-externallinks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb9c340edbfda5bfe0f92a50b7e1427a582b9026
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 composer.json
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -11,10 +11,11 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"silverstripe/cms": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {