We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2030ac8 commit 1744e77Copy full SHA for 1744e77
2 files changed
.github/workflows/php.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- php: [ 8.0, 7.4 ]
+ php: [ 8.0 ]
18
stability: [ prefer-lowest, prefer-stable ]
19
20
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vdlp/oc-basicauthentication-plugin",
3
"description": "Protect your website with Basic Authentication.",
4
- "license": "GPL-2.0",
+ "license": "GPL-2.0-only",
5
"type": "october-plugin",
6
"authors": [
7
@@ -13,8 +13,8 @@
13
"email": "octobercms@vdlp.nl"
},
"require": {
- "php": "^7.4 || ^8.0",
- "october/system": "^1.0 || ^2.0 || ^3.0",
+ "php": "^8.0.2",
+ "october/system": ">=2.0",
"composer/installers": "^1.0 || ^2.0"
"archive": {
0 commit comments