Skip to content

Commit

Permalink
Bump SF4 stable tags and update project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Brito committed Dec 5, 2017
1 parent 04cce22 commit d97e0bd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "php-vcr/php-vcr",
"description": "Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.",
"license": "MIT",

"scripts": {
"test": "./vendor/bin/phpunit",
"lint": "./vendor/bin/php-cs-fixer fix --verbose --diff --dry-run --config-file=.php_cs",
"fix": "./vendor/bin/php-cs-fixer fix --verbose --diff --config-file=.php_cs"
},

"authors": [
{
"name": "Adrian Philipp",
Expand All @@ -19,8 +19,8 @@
"require": {
"ext-curl": "*",
"beberlei/assert": "^2.0",
"symfony/yaml": "~2.1|^3.0",
"symfony/event-dispatcher": "^2.4|^3.0"
"symfony/yaml": "~2.1|^3.0|^4.0",
"symfony/event-dispatcher": "^2.4|^3.0|^4.0"
},

"require-dev": {
Expand Down
45 changes: 24 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d97e0bd

Please sign in to comment.