Skip to content

Commit 1744e77

Browse files
committed
Drop support for PHP 7.4 and October CMS 1.0
1 parent 2030ac8 commit 1744e77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [ 8.0, 7.4 ]
17+
php: [ 8.0 ]
1818
stability: [ prefer-lowest, prefer-stable ]
1919

2020
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vdlp/oc-basicauthentication-plugin",
33
"description": "Protect your website with Basic Authentication.",
4-
"license": "GPL-2.0",
4+
"license": "GPL-2.0-only",
55
"type": "october-plugin",
66
"authors": [
77
{
@@ -13,8 +13,8 @@
1313
"email": "octobercms@vdlp.nl"
1414
},
1515
"require": {
16-
"php": "^7.4 || ^8.0",
17-
"october/system": "^1.0 || ^2.0 || ^3.0",
16+
"php": "^8.0.2",
17+
"october/system": ">=2.0",
1818
"composer/installers": "^1.0 || ^2.0"
1919
},
2020
"archive": {

0 commit comments

Comments
 (0)