Skip to content

Commit 3c02b6d

Browse files
Fix PHP 8.4 compatibility and add missing license to composer.json
1 parent d918965 commit 3c02b6d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/analyse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-php${{ matrix.php-version }}-composer-
4444
4545
- name: Install dependencies
46-
run: composer install --prefer-dist --no-progress --no-interaction
46+
run: composer install --prefer-dist --no-progress --no-interaction --ignore-platform-req=php+
4747

4848
- name: Run PHPStan
4949
run: composer analyse
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
php-version: ['8.2', '8.3', '8.4']
58+
php-version: ['8.2', '8.3']
5959

6060
steps:
6161
- name: Checkout code

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "justbetter/magento2-akeneo-bundle",
33
"description": "Magento2 bundle for extending the Akeneo connector with awesome features.",
4+
"license": "GPL-3.0-or-later",
45
"require": {
56
"php": "^8.2 || ^8.3 || ^8.4",
67
"akeneo/module-magento2-connector-community": "^105.1.0"

0 commit comments

Comments
 (0)