-
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.
- Loading branch information
Martin Brecht-Precht
committed
Nov 30, 2018
1 parent
c1eb1ff
commit fdbcc8a
Showing
3 changed files
with
36 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "markdom/model-interface", | ||
"type": "library", | ||
"description": "Markdom domain model interfaces written in PHP", | ||
"keywords": [ | ||
"Markdom", | ||
"Model", | ||
"Interface" | ||
], | ||
"homepage": "http://markenwerk.net/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Martin Brecht-Precht", | ||
"email": "[email protected]", | ||
"homepage": "http://markenwerk.net" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Markdom\\ModelInterface\\": "src" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.3", | ||
"markdom/handler-interface": "^1.0.10" | ||
} | ||
"name": "markdom/model-interface", | ||
"type": "library", | ||
"description": "Markdom domain model interfaces written in PHP", | ||
"keywords": [ | ||
"Markdom", | ||
"Model", | ||
"Interface" | ||
], | ||
"homepage": "http://markenwerk.net/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Martin Brecht-Precht", | ||
"email": "[email protected]", | ||
"homepage": "http://markenwerk.net" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Markdom\\ModelInterface\\": "src" | ||
} | ||
}, | ||
"require": { | ||
"php": "^7.1", | ||
"markdom/handler-interface": "^1.1.0" | ||
} | ||
} |
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