diff --git a/README.md b/README.md
index c4739ac8..83f4c65e 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Rawilum is Modern Open Source Flat-File Content Management site.
@@ -7,7 +7,7 @@ Content in Rawilum is just a simple files written with markdown syntax in pages
You simply create markdown files in the pages folder and that becomes a page.
## Requirements
-PHP 5.5.9 or higher with PHP's [Multibyte String module](http://php.net/mbstring)
+PHP 7.1.3 or higher with PHP's [Multibyte String module](http://php.net/mbstring)
Apache with [Mod Rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html)
## Installation
@@ -17,32 +17,28 @@ Apache with [Mod Rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.h
[Download the latest version.](http://rawilum.org/download)
Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After you’ve done this, be sure to chmod the following directories (with containing files) to 777, so they are readable and writable by Rawilum:
-* `cache/`
-* `config/`
-* `storage/`
-* `themes/`
-* `plugins/`
+* `site/`
#### Using Composer
You can easily install Rawilum with Composer.
```
-composer create-project rawilum-cms/rawilum
+composer create-project rawilum/rawilum
```
## Contributing
-1. Help on the [Forum.](http://forum.Rawilum.org)
+1. Help on the [Forum.](http://forum.rawilum.org)
2. Develop a new plugin.
3. Create a new theme.
-4. Find and [report issues.](https://github.com/Rawilum/Rawilum/issues)
+4. Find and [report issues.](https://github.com/rawilum/rawilum/issues)
5. Link back to [Rawilum](http://rawilum.org).
## Links
- [Site](http://rawilum.org)
-- [Forum](http://forum.Rawilum.org)
+- [Forum](http://forum.rawilum.org)
- [Documentation](http://rawilum.org/documentation)
-- [Github Repository](https://github.com/Rawilum/Rawilum)
+- [Github Repository](https://github.com/rawilum/rawilum)
## License
-See [LICENSE](https://github.com/Rawilum/Rawilum/blob/master/LICENSE.md)
+See [LICENSE](https://github.com/rawilum/rawilum/blob/master/LICENSE.md)
diff --git a/composer.json b/composer.json
index c330440d..621e8505 100755
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "name": "rawilum-cms/rawilum",
+ "name": "rawilum/rawilum",
"type": "library",
"description": "Rawilum is Modern Open Source Flat-File Content Management System",
"keywords": ["Rawilum", "php", "cms", "flat-file", "markdown"],
@@ -13,7 +13,7 @@
}
],
"support": {
- "issues": "https://github.com/rawilum-cms/rawilum/issues"
+ "issues": "https://github.com/rawilum/rawilum/issues"
},
"require": {
"php": ">=7.1.3",
@@ -26,8 +26,6 @@
"symfony/finder": "4.0.4",
"symfony/event-dispatcher": "4.0.5",
"pimple/pimple": "3.2.3",
- "klein/klein": "2.1.2",
- altorouter/altorouter: "",
"force/session" : "*",
"force/shortcode" : "*",
"force/arr" : "*",