Skip to content

Commit

Permalink
Merge pull request #42 from qwerty287/upd-ffmpeg
Browse files Browse the repository at this point in the history
Update php-ffmpeg and add composer lock file
  • Loading branch information
nagmat84 authored Jun 5, 2022
2 parents 568b56c + b3218a0 commit baf5c77
Show file tree
Hide file tree
Showing 4 changed files with 4,949 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
composer.lock
phpunit.xml
tests/log
vendor
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [PHPExif v0.7.4](http://github.com/LycheeOrg/php-exif)
# [PHPExif v0.7.5](http://github.com/LycheeOrg/php-exif)

[![GitHub Release][release-shield]](https://github.com/LycheeOrg/php-exif/releases)
[![PHP 8.0 & 8.1][php-shield]](https://github.com/LycheeOrg/php-exif#installation-composer)
Expand All @@ -21,7 +21,7 @@ PHPExif serves as a wrapper around some native or CLI tools which access this EX

## Installation (composer)

```json
```sh
composer require lychee-org/php-exif
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^8.0",
"ext-fileinfo": "*",
"neitanod/forceutf8": "^2.0.4",
"php-ffmpeg/php-ffmpeg": "^0.17.0"
"php-ffmpeg/php-ffmpeg": "^1.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
Expand Down
Loading

0 comments on commit baf5c77

Please sign in to comment.