Skip to content

Commit f206db3

Browse files
author
Vladimir Gorej
committed
Preparations for new release - version 2.7
1 parent a999ddb commit f206db3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FFmpegPHP 2.6
1+
FFmpegPHP 2.7
22
=============
33

44
FFmpegPHP is a pure OO PHP port of ffmpeg-php (written in C). It adds an easy to use,
@@ -21,10 +21,10 @@ Tests
2121

2222
**Tested environment**
2323

24-
- Xubuntu Linux 11.10 oneiric 64-bit
24+
- Xubuntu Linux 12.04.2 LTS precise 64-bit
2525
- ffmpeg version N-37798-gcd1c12b
26-
- PHPUnit 3.5.15
27-
- PHP 5.3.6
26+
- PHPUnit 3.7.18
27+
- PHP 5.3.10
2828

2929

3030
**Running tests**

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "codescale/ffmpeg-php",
33
"type": "library",
44
"description": "PHP wrapper for FFmpeg application",
5-
"version": "2.6",
5+
"version": "2.7",
66
"keywords": ["ffmpeg", "video", "audio"],
77
"homepage": "http://freecode.com/projects/ffmpegphp",
88
"license": "New BSD",
99
"authors": [
1010
{
11-
"name": "char0n (Vladimír Gorej, CodeScale s.r.o.)",
12-
"email": "gorej@codescale.net",
11+
"name": "char0n (Vladimír Gorej, CodeScale s.r.o.)",
12+
"email": "gorej@codescale.net",
1313
"homepage": "http://www.codescale.net/",
14-
"role": "Development lead"
14+
"role": "Development lead"
1515
}
1616
],
1717
"require": {

0 commit comments

Comments
 (0)