kenjis / codeigniter-composer-installer

Installs the offical CodeIgniter 3 with secure folder structure via Composer
MIT License
377 stars 118 forks source link

can't get packagist json #31

Closed keulu closed 6 years ago

keulu commented 6 years ago

got a strange error using composer.

composer require kenjis/codeigniter-composer-installer
"https://packagist.org/packages.json" does not contain valid JSON
Parse error on line 1:

^
Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
https://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date

  [Composer\Downloader\TransportException]                                     
  The "http://packagist.org/p/kenjis/codeigniter-composer-installer%248da5574
  e0b9097e89bcee9abeb0a6b45abffdce9c7562c26766e270d27f5dd06.json" file could 
  not be downloaded (HTTP/1.1 302 Found)

same problem when i cloned your repo and do a composer install.

keulu commented 6 years ago

ok not your fault, this is packagist fault ;)

https://twitter.com/packagist/status/953257504565334016

https://packagist.org/packages.json totally empty lol (poor sysadmin "my application won't deploy. fix it")

You can close issue ;)