Skip to content

Commit

Permalink
Merge branch '2'
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 10, 2021
2 parents cc0131d + fd5bab3 commit ba8bae9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 57 deletions.
53 changes: 0 additions & 53 deletions .travis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3 || ^8.0",
"composer/composer": "^1",
"silverstripe/framework": "^4",
"silverstripe/framework": "^4.10",
"bringyourownideas/silverstripe-maintenance": "^2"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3"
},
"autoload": {
Expand Down
3 changes: 3 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<ruleset name="SilverStripe">
<description>CodeSniffer ruleset for SilverStripe coding conventions.</description>

<file>src</file>
<file>tests</file>

<!-- base rules are PSR-2 -->
<rule ref="PSR2" >
<!-- Current exclusions -->
Expand Down
2 changes: 1 addition & 1 deletion tests/Extensions/CheckComposerUpdatesExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CheckComposerUpdatesExtensionTest extends SapphireTest
*/
protected $allowedTypes;

protected function setUp()
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/UpdateCheckerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UpdateCheckerTest extends SapphireTest
*/
protected $updateChecker;

protected function setUp()
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit ba8bae9

Please sign in to comment.