From 134c0dcf9a3f830b6814438fd2111700ef3720d6 Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Thu, 25 Apr 2024 11:06:12 +0200 Subject: [PATCH] OXDEV-7732: Update composer.json to new 7.1 versions; Update to eshop 7.1, phpunit 10, php ^8.1 --- CHANGELOG.md | 8 ++++++++ composer.json | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4372b17..72861d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0] - Unreleased + +### Changed +- Use PHPUnit 10 in composer.json + +### Removed +- PHP 8.0 support + ## [1.0.0] - 2024-02-07 - Initial release diff --git a/composer.json b/composer.json index ad749ee..ef27fb4 100644 --- a/composer.json +++ b/composer.json @@ -18,18 +18,18 @@ ], "license": ["proprietary"], "require": { - "php": "^8.0", + "php": "^8.1", "doctrine/dbal": "^v2.7", - "oxid-esales/graphql-base": "dev-b-7.0.x" + "oxid-esales/graphql-base": "dev-b-7.1.x" }, "conflict": { - "oxid-esales/oxideshop-ce": "<7.0", + "oxid-esales/oxideshop-ce": "<7.1", "oxid-esales/graphql-catalogue": "*", "oxid-esales/graphql-account": "*", "oxid-esales/graphql-checkout": "*" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.4", "squizlabs/php_codesniffer": "3.*", "phpmd/phpmd": "^2.11", "oxid-esales/oxideshop-ce": "^7.0",