-
- Downloads
Showing
- .gitlab-ci.yml 97 additions, 0 deletions.gitlab-ci.yml
- composer.json 3 additions, 3 deletionscomposer.json
- php_ffmpeg.info.yml 1 addition, 2 deletionsphp_ffmpeg.info.yml
- src/PHPFFMpegCache.php 25 additions, 37 deletionssrc/PHPFFMpegCache.php
- src/PHPFFMpegFactory.php 4 additions, 4 deletionssrc/PHPFFMpegFactory.php
- tests/src/Functional/PHPFFMpegTestCase.php 22 additions, 22 deletionstests/src/Functional/PHPFFMpegTestCase.php
- tests/src/Unit/PHPFFMpegCacheTest.php 11 additions, 16 deletionstests/src/Unit/PHPFFMpegCacheTest.php
.gitlab-ci.yml
0 → 100644
{ | ||
"name": "drupal/php-ffmpeg", | ||
"name": "drupal/php_ffmpeg", | ||
"type": "drupal-module", | ||
"description": "Drupal library module for PHP-FFMpeg.", | ||
"homepage": "http://drupal.org/project/php_ffmpeg", | ||
... | ... | @@ -15,7 +15,7 @@ |
"issues": "http://drupal.org/project/issues/php_ffmpeg" | ||
}, | ||
"require": { | ||
"drupal/core": "^8.0 | ^9.0", | ||
"php-ffmpeg/php-ffmpeg": "*" | ||
"drupal/core": "^9.1 || ^10", | ||
"php-ffmpeg/php-ffmpeg": "^0.19 | ^1.1" | ||
} | ||
} |
Please register or sign in to comment