Daniel Rudolf
41fc15a7e8
Remove picocms\Pico\ namespace
...
This reverts commit 812ae5c215
3 years ago
Daniel Rudolf
85d7573020
Update to Symfony YAML 5.0 and Twig 3.0
...
Pico now requires PHP 7.2.5+
5 years ago
Daniel Rudolf
b1a58b9300
Update code styling to PHP 7.0+
...
This commit includes no functional changes.
5 years ago
Daniel Rudolf
812ae5c215
Move Pico to picocms\Pico\ namespace
5 years ago
Daniel Rudolf
a053a72a12
Update dependencies, Pico now requires PHP 7.0.8+
...
Pico now depends on Twig 2.12, Symfony YAML 3.4, Parsedown 1.7.4 and Parsedown Extra 0.8.1.
5 years ago
Daniel Rudolf
09057db2e0
Add Pico::setConfig() example to index.php.dist
7 years ago
Daniel Rudolf
b129a4fb12
Various small improvements
8 years ago
Daniel Rudolf
63616b5888
Add license/copyright file headers to index.php and index.php.dist
8 years ago
Daniel Rudolf
f0b42cf364
Add explicit dependencies to the PHP extensions "dom" and "mbstring"
...
Pico doesn't require the PHP extensions itself, but erusev/parsedown-extra does. The explicit composer.json requirements are necessary until erusev/parsedown-extra#85 gets merged. Both extensions aren't part of Ubuntu's default LAMP setup anymore.
8 years ago
Daniel Rudolf
ce508fab6b
Replace version_compare() in index.php.dist with PHP_VERSION_ID
10 years ago
Daniel Rudolf
2eed14103a
Add @codingStandardsIgnoreFile to index.php.dist
...
The comments of the "instance Pico" section violate PSR-2, but we want to keep them anyway
10 years ago
Daniel Rudolf
2535df7cfe
Add index.php.dist
...
See https://github.com/picocms/Pico/issues/285#issuecomment-160130798
10 years ago