Skip to content

Test enhancement #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test enhancement
  • Loading branch information
peter279k committed May 24, 2019
commit c00c75d04e34a3aa19c1d4a79f853973d141dcf4
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"phpdocumentor/phpdocumentor": "v2.8.4",
"phpunit/phpunit": "^4.8.36",
"phpdocumentor/phpdocumentor": "^2.8.4",
"mf2/tests": "@dev"
},
"autoload": {
"files": ["Mf2/Parser.php"]
},
"psr-4": {
"Mf2\\": "Mf2/"
}
},
"autoload-dev": {
"psr-4": {
"Mf2\\Parser\\Test\\": "tests/"
}
},
"license": "CC0-1.0",
"suggest": {
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
Expand Down
Loading