-
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.
update PHP requirements and documentation
- Loading branch information
1 parent
cfac20a
commit da70a9a
Showing
16 changed files
with
52 additions
and
45 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 |
---|---|---|
|
@@ -30,4 +30,5 @@ vendor/ | |
config.*properties | ||
!config.dist.properties | ||
|
||
/etc/httpd/cgi-bin/php.ini | ||
/php-error.log |
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,8 +1,6 @@ | ||
MiniStruts | ||
---------- | ||
Java Struts inspired MVC micro framework for PHP | ||
MVC micro framework for PHP inspired by Java Struts | ||
|
||
[![Build Status](https://scrutinizer-ci.com/g/rosasurfer/ministruts/badges/build.png?b=master)](https://scrutinizer-ci.com/g/rosasurfer/ministruts/build-status/master) | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rosasurfer/ministruts/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rosasurfer/ministruts/?branch=master) | ||
[![PHPStan Code Quality](https://img.shields.io/badge/PHPStan-level_7-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/89ae4863ef60444ab2054db45a217268)](https://www.codacy.com/app/rosasurfer/ministruts) | ||
[![Build Status](https://scrutinizer-ci.com/g/rosasurfer/ministruts/badges/build.png?b=0.8)](https://scrutinizer-ci.com/g/rosasurfer/ministruts/build-status/0.8) | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rosasurfer/ministruts/badges/quality-score.png?b=0.8)](https://scrutinizer-ci.com/g/rosasurfer/ministruts/?branch=0.8) |
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,16 +1,13 @@ | ||
{ | ||
"name": "rosasurfer/ministruts", | ||
"description": "Java Struts inspired MVC micro framework for PHP", | ||
"description": "MVC micro framework inspired by Java Struts", | ||
"type": "library", | ||
"license": "WTFPL", | ||
"authors": [{ | ||
"name": "Peter Walther", | ||
"email": "[email protected]" | ||
}], | ||
"config": { | ||
"platform": { | ||
"php": "5.6.40" | ||
}, | ||
"optimize-autoloader": true | ||
}, | ||
"require": { | ||
|
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.