-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed namespace to match package and standard, also added PHP 7 req…
…uirement because it was already depending on PHP 7
- Loading branch information
Dick van der Heiden
committed
Aug 30, 2017
1 parent
195c50f
commit 8dc24d4
Showing
5 changed files
with
88 additions
and
418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,13 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"require": {}, | ||
"require": { | ||
"php": "^7.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6.1", | ||
"phpmd/phpmd": "^2.6" | ||
"phpunit/phpunit": "^6.1" | ||
}, | ||
"autoload": { | ||
"psr-4": {"Vdhicts\\Html\\": "src/"} | ||
"psr-4": {"Vdhicts\\HtmlElement\\": "src/"} | ||
} | ||
} |
Oops, something went wrong.