Skip to content

Commit 5582ad7

Browse files
authored
Merge pull request #21 from ParvulaCMS/dev
Merge dev to master
2 parents 9633ac1 + 71b8df4 commit 5582ad7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ There are 2 bundled themes by default: "simple" and "galaxy".
5454
5555
You can edit pages online at **yoursite.com/admin** (admin url can be edited in `plugins/Admin/config.php`).
5656

57-
Don't forget to *chmod 755* `data/pages` and *change the default password* in `plugins/Admin/config.php` !
57+
Don't forget to *chmod 755* `data/pages` and *change the default password* in `data/users/users.php` !

composer.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bafs/parvula",
33
"description": "An extremely simple & flexible CMS generated from flat files",
44
"type": "project",
5-
"keywords": ["cms", "flat files", "flat cms", "markdown"],
5+
"keywords": ["cms", "flat files", "flat cms", "markdown", "api-first"],
66
"license": "MIT",
77
"homepage": "https://github.com/BafS/parvula",
88
"authors": [
@@ -26,10 +26,8 @@
2626
"slim/slim": "^3.4",
2727
"tuupola/slim-jwt-auth": "^2.2",
2828
"paragonie/random_compat": "^2.0",
29-
"php-jsonpatch/php-jsonpatch": "^1.3",
30-
"ext-mbstring": "*",
31-
"flow/jsonpath": "^0.3.1",
32-
"codeception/codeception": "^2.2"
29+
"php-jsonpatch/php-jsonpatch": "^2.1",
30+
"ext-mbstring": "*"
3331
},
3432
"require-dev": {
3533
"filp/whoops": "^2.1"

0 commit comments

Comments
 (0)