atk4 / filestore

Implements integration between ATK UI and FlySystem
https://agiletoolkit.org/
MIT License
9 stars 8 forks source link

installing error #4

Closed rapgithub closed 4 years ago

rapgithub commented 5 years ago

running composer require atk4/filestore

error in the console:

Could not find a version of package atk4/filestore

 [InvalidArgumentException]                                                   
  Could not find a version of package atk4/filestore matching your minimum-st  
  ability (stable). Require it with an explicit version constraint allowing i  
  ts desired stability.                                                        
DarkSide666 commented 5 years ago

Can you show your composer.json file?

rapgithub commented 5 years ago

adding "minimum-stability": "dev" and "prefer-stable": false fix the issue with the installation!

{
  "minimum-stability": "dev",
  "prefer-stable": false,  
  "require":{
    "atk4/ui": "^1.2",
    "atk4/login": "^1.0",
    "atk4/filestore": "dev-master",
    "atk4/mastercrud": "dev-master"
  }
}
DarkSide666 commented 5 years ago

Currently there are no releasesand no stable versions of this add-on so yes, minimum-stability should be dev.

rapgithub commented 5 years ago

thanks it should be stated in the installation as well in case someone has the same problem as me!!! so it helps to another one trying to install it :)

abbadon1334 commented 5 years ago

@DarkSide666 i think this can be closed?

DarkSide666 commented 5 years ago

yes probably.

sadly it looks that I don't have permissions to close issues in this repository :(