Skip to content

Commit

Permalink
Merge pull request #119 from viktor-kuk/SUPPORT-73503
Browse files Browse the repository at this point in the history
Fix composer compatibility
  • Loading branch information
mSprunskas authored May 15, 2024
2 parents 7e2b08c + 605503d commit 8cbc556
Show file tree
Hide file tree
Showing 5 changed files with 1,828 additions and 1,024 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 11.7.0
- Added requirements to readme
- Updated dependencies

## 11.6.0
### Added
- Added options for defining `library_version` and `platform_version`
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Currently this utility can:
* `Javascript REST API client`
* Generate `Symfony Api Bundle`

## Requirements
- `PHP 7.2`
- `Composer <= 2.2.9`, higher versions not yet supported, work in progress

## Installation

* Clone repository and run `composer install`
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=7.2",
"ext-sqlite3": "*",
"doctrine/dbal": "^2.5",
"doctrine/dbal": "^2.7",
"doctrine/inflector": "^1.1",
"fig/http-message-util": "^1.0",
"incenteev/composer-parameter-handler": "^2.0",
Expand All @@ -48,7 +48,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"doctrine/common": "^2.7",
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.7",
"evp/money": "^2.2",
"paysera/lib-rest-bundle": "^4.0",
"paysera/lib-rest-client-common": "^2.5",
Expand Down Expand Up @@ -80,6 +80,9 @@
"bin-dir": "bin",
"platform": {
"php": "7.2.0"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"extra": {
Expand Down
Loading

0 comments on commit 8cbc556

Please sign in to comment.