Skip to content

Commit

Permalink
Update Twig, composer.json & doc url
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Nov 10, 2018
1 parent 83f1aae commit 34f6373
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Access to the database is obviously managed by the Database part, via the PDO cl

- You will find the documentation in English here => https://github.com/philippebeck/pam/wiki

- You will find the documentation in French here => https://philippebeck.net/index.php?access=pjs!pam
- You will find the documentation in French here => https://philippebeck.net/?access=pjs!pam



Expand Down
19 changes: 10 additions & 9 deletions composer.json
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"
}
}
}
97 changes: 79 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34f6373

Please sign in to comment.