Skip to content

Commit 8ef2595

Browse files
Merge branch '5.0'
2 parents 46702d3 + 809f161 commit 8ef2595

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- name: Execute PHPUnit
4747
run: vendor/bin/phpunit
4848

49-
jobs:
5049
tests_lowest:
5150
name: PHP ${{ matrix.php }} Lowest
5251
runs-on: ubuntu-20.04

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,5 @@
4949
"branch-alias": {
5050
"dev-master": "5.1-dev"
5151
}
52-
},
53-
"minimum-stability": "dev",
54-
"prefer-stable": true
52+
}
5553
}

0 commit comments

Comments
 (0)