1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
composer create-project symfony/framework-standard-edition projetCRUD_SFO 2.7.0
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Your version of PHP, 5.3.10, is affected by CVE-2013-6420 and cannot safely perform certificate validation, we strongly suggest you upgrade.
Installing symfony/framework-standard-edition (v2.7.0)
- Installing symfony/framework-standard-edition (v2.7.0)
Loading from cache
Created project in projetCRUD_SFO
Class SymfonyStandard\Composer is not autoloadable, can not call post-root-package-install script
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for sensiolabs/security-checker v2.0.5 -> satisfiable by sensiolabs/security-checker[v2.0.5].
- sensiolabs/security-checker v2.0.5 requires ext-curl * -> the requested PHP extension curl is missing from your system.
Problem 2
- sensiolabs/security-checker v2.0.5 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- sensio/distribution-bundle v3.0.25 requires sensiolabs/security-checker ~2.0 -> satisfiable by sensiolabs/security-checker[v2.0.5].
- Installation request for sensio/distribution-bundle v3.0.25 -> satisfiable by sensio/distribution-bundle[v3.0.25].
To enable extensions, verify that they are enabled in those .ini files:
- C:\wamp\bin\php\php5.3.10\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. |