Use Doctum instead of Sami (#761)
* Use Doctum instead of Sami - Fix .gitignore - Move the process to docs - Add .gitattributes * Fix the symfony/process versions after sami was removed Used the maximum version of 2.x and forced 3.3 before deprecation in 3.4
This commit is contained in:
parent
c3d11cdd92
commit
6a61d67288
6 changed files with 48 additions and 23 deletions
|
|
@ -42,9 +42,9 @@
|
|||
"php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
|
||||
},
|
||||
"require-dev": {
|
||||
"sami/sami": "~1.0",
|
||||
"silex/silex": "~1.0",
|
||||
"symfony/phpunit-bridge": "^5.0.4"
|
||||
"symfony/phpunit-bridge": "^5.0.4",
|
||||
"symfony/process": "2.8 || 3.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue