wpXtreme / wpdk

WordPress Development Kit
http://wpxtreme.github.io/wpdk/
Other
78 stars 19 forks source link

how to pull with composer this latest code #42

Closed ajayphp closed 9 years ago

ajayphp commented 9 years ago

Hi, Congrat for gr8 job, still i did not tested but seems nice

how to pull with composer this latest code

could you please guide how to get with composer, i tried but failed "The requested package wpxtreme/wpdk could not be found "

what is correct package name etc. what should i put in composer.js file

gfazioli commented 9 years ago

Hi, No dependencies required... for this reason you do not find "composer" file ... You need some else? Perhaps I don't understand your request?

Let me know if you need any information.

ajayphp commented 9 years ago

Hi,

i wanted to install with composer.js file as:

{

"support": { "source": "https://github.com/wpXtreme/wpdk.git", "type": "git" },

"require": {
    "wpXtreme/wpdk": "1.7.*"
},

"config": {"minimum-stability": "dev"} }

-- so i can update only files which is needed.

how to download this wpdk git code ?

gfazioli commented 9 years ago

Hi, Please check https://github.com/wpXtreme/wpdk/blob/master/composer.json

ajayphp commented 9 years ago

Hi, i used the above file not worked, then try with include wpdk in require "require": { "php": ">=5.2.4", "wpxtreme/wpdk": "1.7.*" }

still not able to download wpdk..

what i am missing here