Skip to content

Commit

Permalink
OXDEV-7732: Update composer.json to new 7.1 versions;
Browse files Browse the repository at this point in the history
Update to eshop 7.1, phpunit 10, php ^8.1
  • Loading branch information
MarcelOxid committed Apr 25, 2024
1 parent e605b64 commit 134c0dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 134c0dc

Please sign in to comment.