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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -