Skip to content

Commit d97e0bd

Browse files
author
Tiago Brito
committed
Bump SF4 stable tags and update project structure
1 parent 04cce22 commit d97e0bd

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "php-vcr/php-vcr",
33
"description": "Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.",
44
"license": "MIT",
5-
5+
66
"scripts": {
77
"test": "./vendor/bin/phpunit",
88
"lint": "./vendor/bin/php-cs-fixer fix --verbose --diff --dry-run --config-file=.php_cs",
99
"fix": "./vendor/bin/php-cs-fixer fix --verbose --diff --config-file=.php_cs"
1010
},
11-
11+
1212
"authors": [
1313
{
1414
"name": "Adrian Philipp",
@@ -19,8 +19,8 @@
1919
"require": {
2020
"ext-curl": "*",
2121
"beberlei/assert": "^2.0",
22-
"symfony/yaml": "~2.1|^3.0",
23-
"symfony/event-dispatcher": "^2.4|^3.0"
22+
"symfony/yaml": "~2.1|^3.0|^4.0",
23+
"symfony/event-dispatcher": "^2.4|^3.0|^4.0"
2424
},
2525

2626
"require-dev": {

composer.lock

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)