How do i use Composer to install a package without a version (only master)

前端 未结 4 1048
無奈伤痛
無奈伤痛 2021-02-12 22:56

I am new to composer and i am trying to install this following lib via the composer update

https://github.com/neitanod/forceutf8

so as i unders

4条回答
  •  野的像风
    2021-02-12 23:35

    It's simple! You should type on console:

    composer require blablabla@thepackage dev-master
    

提交回复
热议问题