d3.js - Is there a way of getting the latest D3 package installed with Composer? -


i ran:

composer require mbostock/d3 

and version 3.5 installed. when ran

composer update mbostock/d3:4.7.4 

i received error.

when here: https://packagist.org/packages/mbostock/d3 looks latest version(s) have not been updated.

is out of date, or doing wrong?

my aim manage d3 (v4) composer in php project. thanks.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -