dysath / seat-fitting

A Fitting/Doctrine module for SeAT
GNU General Public License v2.0
14 stars 21 forks source link

Seems to requirement problems with the Seat 3.0 Beta #9

Closed flyingferret closed 6 years ago

flyingferret commented 6 years ago

Seems to requirement problems with the Seat 3.9 Beta ...mind you i 'm a complete newbie to all this so might of done something incorrect

`Using version ^2.0 for denngarr/seat-srp ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content. `

dysath commented 6 years ago

What composer command did you use to install with?

Are you trying to install it on a SeAT 3.0 installation?

flyingferret commented 6 years ago

yeah my bad tried on 3.0 I'll remove this issue,

php artisan down composer require denngarr/seat-srp

flyingferret commented 6 years ago

is a version for 3.0 in the works ?

dysath commented 6 years ago

already out there.

On Mon, May 14, 2018 at 6:46 PM, flyingferret notifications@github.com wrote:

is a version for 3.0 in the works ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dysath/seat-fitting/issues/9#issuecomment-388997549, or mute the thread https://github.com/notifications/unsubscribe-auth/AQF4jEVPAVVSmMgjiQoEDtr9hdKtKrKTks5tyhdogaJpZM4T-cCE .

-- Ed Stafford

H4Z4RD-H42 commented 6 years ago

Sorry but i do not understand how to fix it. I have the same problem but seems that @flyingferret resolved it, i not know how. @dysath reply that there is a 3.0 version (yes i see alpha6), but i get always the same error if i follow the guide.. Maybe i have to use another command to install it? I dunno, i'm novice and tried to use some commands, like:

composer require denngarr/seat-srp:3.0.0-alpha6 or composer require denngarr/seat-srp:3.0.0

Command php artisan down reply with Could not open input file: artisan.

I input all the commands from opt/seat-doker/ folder.

I'm on SeAT 3.0 and installed it via docker and my installation folder for seat is in opt/seat-docker, dunno if make differences.

Following the modules version:

image

P.S. there is a bit confusion between SRP and Fitting tools. In this Issue we speak about fitting tool, but commands are for srp (?)

dysath commented 6 years ago

This:

composer require denngarr/seat-fitting:3.0.0-alpha6

Should have installed it. What error message are you getting?

On Tue, May 15, 2018 at 3:44 AM, Mirko G. notifications@github.com wrote:

Sorry but i do not understand how to fix it. I have the same problem but seems that @flyingferret https://github.com/flyingferret resolved it, i not know how. @dysath https://github.com/dysath reply that there is a 3.0 version (yes i see alpha6), but i get always the same error if i follow the guide.. Maybe i have to use another command to install it? I dunno, i'm novice and tried to use some commands, like:

composer require denngarr/seat-fitting:3.0.0-alpha6 or composer require denngarr/seat-fitting:3.0.0

Command "php artisan down" reply with "Could not open input file: artisan".

I'm on SeAT 3.0 and installed it via docker, the my installation folder for seat is in opt/seat-docker, dunno if make differences. Following the modules version:

[image: image] https://user-images.githubusercontent.com/6650832/40046295-e92f47ae-582c-11e8-8a66-a8009adda28f.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dysath/seat-fitting/issues/9#issuecomment-389091005, or mute the thread https://github.com/notifications/unsubscribe-auth/AQF4jPanQiMtcNIRk-6rbFEpsdEtaLjzks5typVqgaJpZM4T-cCE .

-- Ed Stafford

H4Z4RD-H42 commented 6 years ago
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for denngarr/seat-fitting 3.0.0-alpha6 -> satisfiable by denngarr/seat-fitting[3.0.0-alpha6].
    - denngarr/seat-fitting 3.0.0-alpha6 requires eveseat/services ^3.0 -> satisfiable by eveseat/services[3.0.0-beta1, 3.0.0-beta2, 3.0.0-beta3, 3.0.0-beta4, 3.0.0-beta5, 3.0.0-beta6] but these conflict with your requirements or minimum-stability.

Installation failed, reverting ./composer.json to its original content.

I read somewhere (not remember where) that i have to set "stable" in some config files, dunno which file... I tried to find this info without success :\

dysath commented 6 years ago

In your composer.json file, change 'minimum-stability' to 'alpha' and 'prefer-stable' to 'false'

On Tue, May 15, 2018 at 2:37 PM, Mirko G. notifications@github.com wrote:

./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for denngarr/seat-fitting 3.0.0-alpha6 -> satisfiable by denngarr/seat-fitting[3.0.0-alpha6].
  • denngarr/seat-fitting 3.0.0-alpha6 requires eveseat/services ^3.0 -> satisfiable by eveseat/services[3.0.0-beta1, 3.0.0-beta2, 3.0.0-beta3, 3.0.0-beta4, 3.0.0-beta5, 3.0.0-beta6] but these conflict with your requirements or minimum-stability.

Installation failed, reverting ./composer.json to its original content.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dysath/seat-fitting/issues/9#issuecomment-389287707, or mute the thread https://github.com/notifications/unsubscribe-auth/AQF4jJRvczMWZmHC2ff2PqDyFO-E80I9ks5tyy5dgaJpZM4T-cCE .

-- Ed Stafford

H4Z4RD-H42 commented 6 years ago

My composer.json file is empty (inside /opt/seat-docker/) When i do the command nano composer.json i see this:

{
}

I installed SeAT by docker... dunno if make differences.

dysath commented 6 years ago

Actually, I'm not sure about this since I've not done a docker install yet.

That might be a different type setup than I'm used to, though I'd be surprised if the composer.json was supposed to be blank. I'll check on Slack today.

On Tue, May 15, 2018 at 3:27 PM, Mirko G. notifications@github.com wrote:

My composer.json is empty (inside /opt/seat-docker/) When i do the command nano composer.json i see this:

{ }

I installed SeAT by dockler... dunno if make differences.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dysath/seat-fitting/issues/9#issuecomment-389302033, or mute the thread https://github.com/notifications/unsubscribe-auth/AQF4jGSl_LV9_Wy3QoyoQsVsCStU-V9bks5tyzoggaJpZM4T-cCE .

-- Ed Stafford

dysath commented 6 years ago

3.0.0 stable released - let me know if you run into another issue here.