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

'hasOwnProperty' in javascript -

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

java - How to implement an entity bound odata action in olingo v4.3 -