commerceguys / intl

A PHP internationalization library, powered by CLDR data.
MIT License
360 stars 45 forks source link

vendor/autoload.php missing #52

Closed Anonymoosed closed 6 years ago

Anonymoosed commented 6 years ago

vendor/autoload.php missing with no details on how to obtain it.

intl-master/scripts/language/generate.php

$ php generate.php

Warning: require(../../vendor/autoload.php): failed to open stream: No such file or directory
bojanz commented 6 years ago

You need to run "composer install" inside the library root before running the generate scripts.

Keep in mind that the master branch already has the most recent data.