how can I install Slim3 beta with composer? I tried --dev with no luck The official docs say nothing and composer search revealed nothing.
Run the following command from from commandline.
$ composer require slim/slim:~3.0@dev
Another option is to create a composer.json
with the following content.
{
"require": {
"slim/slim": "~3.0@dev"
}
}
After creating the file in the same folder run
$ composer install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With