Skip to content

Commit

Permalink
Released version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarst committed Dec 31, 2018
1 parent e819ad0 commit cad0b15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 0.3 - 2018-12-31

### Changed
- code structure for PDS and PSR-4.
- dependencies (Twig 2+, PHP 7+).
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Meadow — WordPress Templating DSL

_Write WordPress theme templates with familiar ease and modern features._

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Rarst/meadow/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Rarst/meadow/?branch=master)
[![Version](https://img.shields.io/packagist/v/rarst/meadow.svg?label=version)](https://packagist.org/packages/rarst/meadow)
[![PHP required](https://img.shields.io/packagist/php-v/rarst/meadow.svg)](https://packagist.org/packages/rarst/meadow)
[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat-square)](https://github.com/php-pds/skeleton)

Meadow is a theme templating solution, aiming to find a balance between native WordPress concepts and power of [Twig](http://twig.sensiolabs.org/) dedicated templating language.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors" : [
{
"name" : "Andrey Savchenko",
"homepage": "http://www.Rarst.net/"
"homepage": "https://www.Rarst.net/"
}
],
"support" : {
Expand All @@ -16,7 +16,7 @@
"require" : {
"php": ">=7.0",
"pimple/pimple": "^3.2.3",
"twig/twig": "^2.4.4"
"twig/twig": "^2.6"
},
"require-dev": {
"pds/skeleton": "^1.0"
Expand Down

0 comments on commit cad0b15

Please sign in to comment.