Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support composer 2 #612

Closed
livevasiliy opened this issue Feb 28, 2021 · 6 comments
Closed

Support composer 2 #612

livevasiliy opened this issue Feb 28, 2021 · 6 comments
Assignees
Projects

Comments

@livevasiliy
Copy link

Description:

Cannot use apiato with composer 2. The problem in using dependency packages composer-merge

image

Expected Behavior:

Except for successful install.

Additional Context:

Versions:

  • Apiato Version: 9.0
  • PHP Version: 7.4.5

Steps To Reproduce:

  1. Clone or install via composer package or create the project via composer
  2. input composer install
@miobit
Copy link

miobit commented Mar 2, 2021

same issue...
image

UPDATE 1#:
wikimedia has 2^ version
https://github.com/wikimedia/composer-merge-plugin/releases/tag/v2.0.1
thx reedy for info ( see comment wikimedia/composer-merge-plugin#184 (comment) )

UPDATE 2#:
update composer.json from

"wikimedia/composer-merge-plugin": "^1.3.1"

to

"wikimedia/composer-merge-plugin": "^2.0.1"

looks promising
image

@Mohammad-Alavi
Copy link
Member

This is fixed in the upcoming v10. It will be released in less than a week.

@anatolygerasimov
Copy link

Hi all, Could you provide change list of v10?

@Mohammad-Alavi Mohammad-Alavi self-assigned this Mar 5, 2021
@Mohammad-Alavi
Copy link
Member

Some of the changes are:

Updated to Laravel ^8.0.0
Required PHP is now ^7.4|^8.0
Update to composer v2
All pkgs are now using their latest version
All stubs used in code generations are updated
Enabled Laravel package auto discovery feature (it was causing problems in previous versions)
Fixed a bug were configs were not loaded correctly
Apiato core is extracted from Ship layer to its own repo
Almost all reported issues are fixed.

@miobit
Copy link

miobit commented Mar 7, 2021

Excellent! Ill try tonight. I think this issue Can be closed

@Mohammad-Alavi
Copy link
Member

v10 branch is still WiP. PR's are welcome 😄

@Mohammad-Alavi Mohammad-Alavi added this to Done in v10 Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v10
Done
Development

No branches or pull requests

4 participants