Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
4CS 2.50 KB | None | 0 0
  1. H:\php\PHP projects\Add_Employee>composer global require "fxp/composer-asset-plugin:^1.2.0"
  2. Changed current directory to C:/Users/Abo Fam/AppData/Roaming/Composer
  3. You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
  4. ./composer.json has been updated
  5. Loading composer repositories with package information
  6. Updating dependencies (including require-dev)
  7. Nothing to install or update
  8. Generating autoload files
  9.  
  10. H:\php\PHP projects\Add_Employee>composer create-project --prefer-dist yiisoft/yii2-app-basic basic
  11. You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
  12. Installing yiisoft/yii2-app-basic (2.0.9)
  13.   - Installing yiisoft/yii2-app-basic (2.0.9)
  14.     Loading from cache
  15.  
  16. Created project in basic
  17. Loading composer repositories with package information
  18. Updating dependencies (including require-dev)
  19. Reading bower.json of bower-asset/jquery.inputmask (3.1.38)
  20. Could not fetch https://api.github.com/repos/RobinHerbots/jquery.inputmask/contents/bower.json?ref=464cddbdea65411896468f40321e68abcc
  21. 75a34c, please create a GitHub OAuth token to go over the API rate limit
  22. Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+AboFam-PC+2016-07-28+1702
  23. to retrieve a token. It will be stored in "C:/Users/Abo Fam/AppData/Roaming/Composer/auth.json" for future use by Composer.
  24. Token (hidden):
  25. Your requirements could not be resolved to an installable set of packages.
  26.  
  27.   Problem 1
  28.     - yiisoft/yii2 2.0.9 requires bower-asset/jquery.inputmask ~3.2.2 -> no matching package found.
  29.     - yiisoft/yii2 2.0.8 requires bower-asset/jquery.inputmask ~3.2.2 -> no matching package found.
  30.     - yiisoft/yii2 2.0.7 requires bower-asset/jquery.inputmask ~3.2.2 -> no matching package found.
  31.     - yiisoft/yii2 2.0.6 requires bower-asset/punycode 1.3.* -> no matching package found.
  32.     - yiisoft/yii2 2.0.5 requires bower-asset/punycode 1.3.* -> no matching package found.
  33.     - Installation request for yiisoft/yii2 >=2.0.5 -> satisfiable by yiisoft/yii2[2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9].
  34.  
  35. Potential causes:
  36.  - A typo in the package name
  37.  - The package is not available in a stable-enough version according to your minimum-stability setting
  38.    see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
  39.  
  40. Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
  41.  
  42. H:\php\PHP projects\Add_Employee>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement