Skip to content

Commit

Permalink
Rename to Pug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Miclo committed Jun 23, 2016
1 parent 900ed26 commit e7d5259
Show file tree
Hide file tree
Showing 9 changed files with 352 additions and 723 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# jade-filter-sbp
SBP filter for Jade-php
# pug-filter-sbp
SBP filter for Pug-php

## Example
```jade
```pug
p
:sbp
Foo
Expand All @@ -15,8 +15,7 @@ p
## Install

```shell
composer require kylekatarnls/jade-php
composer require kylekatarnls/jade-filter-sbp
composer require pug-php/pug-filter-sbp
```

See how to use Jade-php here: https://github.com/kylekatarnls/jade-php
See how to use Pug-php here: https://github.com/pug-php/pug
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "kylekatarnls/jade-filter-sbp",
"name": "pug-php/pug-filter-sbp",
"replace": {
"kylekatarnls/jade-filter-sbp": "self.version"
},
"description": "Sbp filter for Jade",
"type": "library",
"license": "MIT",
Expand All @@ -11,15 +14,15 @@
],
"minimum-stability": "stable",
"require": {
"kylekatarnls/jade-php": "^1.8",
"pug-php/pug": "^1.11",
"kylekatarnls/sbp": "^1.6"
},
"require-dev": {
"phpunit/phpunit": ">=4.0"
},
"autoload": {
"psr-0": {
"Jade": "src/"
"Pug": "src/"
}
}
}
Loading

0 comments on commit e7d5259

Please sign in to comment.