Daniel Rudolf
6698130b0f
Update dependencies in composer.json
3 years ago
Daniel Rudolf
0f48280f73
composer.json: Allow using all Composer plugins in the 'picocms/*' namespace
3 years ago
Daniel Rudolf
e33f6c8148
Update various links
3 years ago
Daniel Rudolf
41fc15a7e8
Remove picocms\Pico\ namespace
...
This reverts commit 812ae5c215
3 years ago
Daniel Rudolf
4be1f6ae90
Try to proberly encode formatted date strings returned by strftime()
...
Fixes #560
5 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
812ae5c215
Move Pico to picocms\Pico\ namespace
5 years ago
Daniel Rudolf
af9c09e440
Add composer.json branch alias for Pico 3.0
5 years ago
Daniel Rudolf
727d8a12c0
Fix Travis CI trying to build Pico 3.0 on PHP 5.x
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
718b790b19
Kick-start development of Pico 3.0
5 years ago
Daniel Rudolf
5d6257feac
Update composer.json branch aliases
5 years ago
Daniel Rudolf
8a44584291
Composer: Force Parsedown 1.8.0-beta-7 and Parsedown Extra 0.8.0-beta-1
...
A few days ago Parsedown released new ("stable") versions of Parsedown and Parsedown Extra: Parsedown 1.7.4 and Parsedown Extra 0.8.1. Parsedown 1.7.4 backports some features of Parsedown 1.8.0-beta-7 and is compatible with Parsedown Extra 0.8.1. However, due to these changes Parsedown Extra 0.8.1 now breaks compatibility with Parsedown 1.8.0-beta-7. Parsedown's release process is messed up beyond repair... Not sure what we're going to do now, this needs some research whether we can downgrade to Parsedown 1.7.4 without breaking things (what would require us to release a new major release, i.e. Pico 3.0). For now we're pinning Parsedown 1.8.0-beta-7 and Parsedown Extra 0.8.0-beta-1 as of Pico 2.1.0.
6 years ago
Daniel Rudolf
3b8d89fa30
composer.json: Adding myself as lead dev
6 years ago
Daniel Rudolf
420ede0daa
composer.json: Remove 'ext-dom' extension
...
Pico doesn't require 'ext-dom' itself, Parsedown Extra does; Parsedown Extra didn't declare this dependency before, but Parsedown Extra 0.8 finally does.
6 years ago
Daniel Rudolf
56659ab95d
Build system: Don't use Composer for dev dependencies
...
PHP_CodeSniffer and phpDocumentor are external tools which should never affect Pico's environment, thus we rather use PHARs in the future.
6 years ago
Daniel Rudolf
8c8c6e33f7
composer.json: Remove 3.0.x-dev alias
6 years ago
Daniel Rudolf
ae82c16369
composer.json: Add 2.1.x-dev alias for pico-2.1 branch
6 years ago
Daniel Rudolf
3eab6c58d0
Bump version to 2.1.0-nightly
6 years ago
Daniel Rudolf
c91518a7c8
composer.json: Update Parsedown Extra 0.8 and Parsedown 1.8 version constraints
6 years ago
Daniel Rudolf
8cb37d38ba
composer.json: Add 3.0.x-dev alias for pico-3.0 branch
6 years ago
Daniel Rudolf
a327977696
Update to Parsedown Extra 0.8 and Parsedown 1.8 (both currently in beta)
7 years ago
Daniel Rudolf
d663553c34
composer.json: Add 2.0.x-dev alias for master branch
7 years ago
Daniel Rudolf
16f95be865
composer.json: Remove 2.0-dev branch alias
7 years ago
Daniel Rudolf
b405edba17
Various small improvements
7 years ago
Daniel Rudolf
b129a4fb12
Various small improvements
8 years ago
Daniel Rudolf
0532fef5fe
Update composer dependencies
8 years ago
Daniel Rudolf
61319b011e
Add license/copyright file header; improve phpDoc class docs
8 years ago
Daniel Rudolf
a231abc4c1
Remove picocms/pico-deprecated and picocms/pico-theme dependencies
...
In the future we'll use picocms/pico-composer to create Pico's release packages (and picocms/pico-composer depends on picocms/pico-deprecated and picocms/pico-theme by default). Installing picocms/pico-deprecated and picocms/pico-theme is no longer required, but rather suggested. You simply don't need them in any case. You need picocms/pico-deprecated only if you're using old plugins, and picocms/pico-theme is obsolete when using a 3rd-party theme.
8 years ago
Daniel Rudolf
cd2cc60ef6
Sync versions of pico-deprecated and pico-theme with Pico
...
... by using composer's special version constraint "self.version"
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
bba93752cb
Use dev dependencies for pico-deprecated and pico-theme
8 years ago
Daniel Rudolf
a114821466
Add 2.0-dev branch alias to composer.json
8 years ago
Daniel Rudolf
cbb8ece579
Move PicoDeprecated plugin and default theme to separate repos
...
See https://github.com/picocms/pico-theme for Pico's default theme and https://github.com/picocms/pico-deprecated for the PicoDeprecated plugin.
8 years ago
Daniel Rudolf
a39bc38620
Update keywords in composer.json; Use screenshot from website in README.md
8 years ago
Daniel Rudolf
81dddc94cf
Revert "Update composer.json: Use Symfony YAML 3.1 and later"
...
Symfony YAML >= 3.0 requires PHP >= 5.5.9 and we're currently not planning to raise Pico's PHP requirement.
This reverts commit f251bc83ec
.
9 years ago
Daniel Rudolf
f251bc83ec
Update composer.json: Use Symfony YAML 3.1 and later
9 years ago
Daniel Rudolf
31acaffa67
Add PHP_CodeSniffer
10 years ago
theshka
edbf9f1747
Implement @PhrozenByte 's suggestions.
...
* [Changed] require phpDocumentor version ^2.8 constraint
10 years ago
Daniel Rudolf
60c627c214
Update composer.json: Use latest MINOR versions of Twig/Parsedown/YAML
10 years ago
theshka
f062640bb1
test auto docs
10 years ago
Daniel Rudolf
7c5f371b9a
Use PSR-0 autoload
...
Makes no big difference... Using PSR-4 breaks BC.
10 years ago
Daniel Rudolf
9be23de897
Require PHP >= 5.3.6 until erusev/parsedown-extra#75 is solved
10 years ago
Daniel Rudolf
f76a0b75be
Use v0.7 releases of erusev/parsedown-extra
10 years ago
Daniel Rudolf
70f187fb45
Rename IPicoPlugin to PicoPluginInterface
10 years ago
Daniel Rudolf
fd1b94e990
Update composer.json
10 years ago
theshka
4cb2b24fae
Upgrade to Parsedown-extra
10 years ago
theshka
968dc183db
Upgrade to Parsedown-extra
10 years ago
Kay Stenschke
62a03174c9
Update Twig too recent version (from 1.12 to 1.18)
10 years ago
picocms
4434205c91
Update composer.json
...
Updated locations
11 years ago