Skip to content

Commit

Permalink
Merge 15e380e into 196e53e
Browse files Browse the repository at this point in the history
  • Loading branch information
zzgab committed Nov 10, 2019
2 parents 196e53e + 15e380e commit c3427c5
Show file tree
Hide file tree
Showing 20 changed files with 580 additions and 557 deletions.
10 changes: 4 additions & 6 deletions composer.json
Expand Up @@ -4,7 +4,6 @@
"description": "Template Engine, XML-centric and attribute-driven",
"keywords": ["template","templating","presentation","views","xml","html"],
"homepage": "http://www.figdice.org/",
"version": "3.x-dev",
"license": ["MIT"],
"authors": [
{
Expand All @@ -15,19 +14,18 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=7.1",
"ext-xml": "*",
"ext-dom": "*"
"ext-dom": "*",
"phpunit/phpunit": "^7.5.17"
},
"autoload": {
"psr-4": { "figdice\\": "src/figdice" }
},
"require-dev": {
"phpunit/phpunit": "^5",
"mikey179/vfsstream": "v1.2.0"
"mikey179/vfsstream": "^1.6.8"
},
"scripts": {
"test": "vendor/bin/phpunit test"
}
}

0 comments on commit c3427c5

Please sign in to comment.