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
Gilbert Pellegrom
dc663cee6d
Fix.
12 years ago
Ilia Kondrashov
c8fa3398c4
improve composer.json so Pico would be able to publish on Packagist and include by adding gilbitron/Pico in composer.json
12 years ago
Gilbert Pellegrom
45cd4ca5b7
v0.7
...
* [New] Added before_read_file_meta and get_page_data plugin hooks to
customize page meta data
* [Changed] Make get_files() ignore dotfiles
* [Changed] Make get_pages() ignore Emacs and temp files
* [Changed] Use composer version of Markdown
* [Changed] Other small tweaks
* [Fixed] Date warnings and other small bugs
12 years ago
Konrad Riedel
145915346c
using composer for markdown
12 years ago
Gilbert Pellegrom
7d2f97f2f6
Update Twig (now uses composer) and add composer.json.
12 years ago