-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Twig, composer.json & doc url
- Loading branch information
Philippe Beck
committed
Nov 10, 2018
1 parent
83f1aae
commit 34f6373
Showing
3 changed files
with
90 additions
and
28 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 |
---|---|---|
@@ -1,31 +1,32 @@ | ||
{ | ||
"name": "pjs/pam", | ||
"version": "0.2.4", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/philippebeck/pam" | ||
}, | ||
"version": "0.2.5", | ||
"type": "framework", | ||
"description": "Php Approachable Microframework", | ||
"keywords": ["php","framework","mvc"], | ||
"keywords": [ | ||
"php", | ||
"framework", | ||
"mvc" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Philippe Beck", | ||
"email": "[email protected]", | ||
"homepage": "https://philippebeck.net", | ||
"role": "Developer" | ||
"role": "Lead Developer" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { "Pam\\": "" } | ||
}, | ||
"require": { | ||
"twig/twig": "^2.0" | ||
"php": "^7.0", | ||
"twig/twig": "^2.5" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.0.22" | ||
"php": "7.0" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.