Skip to content

Commit

Permalink
Move brick/varexporter to dev dependencies, allow version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Mar 27, 2020
1 parent 5d2ab19 commit 9353629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"require": {
"php": ">=7.2",
"ext-dom": "*",
"brick/structured-data": "^0.1.0",
"brick/varexporter": "^0.2.1"
"brick/structured-data": "^0.1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,6 +29,7 @@
}
},
"require-dev": {
"brick/varexporter": "^0.2.1 || ^0.3.0",
"phpunit/phpunit": "^8.1"
}
}

0 comments on commit 9353629

Please sign in to comment.