Skip to content

Commit 81be12d

Browse files
author
Stephan Wentz
committed
bump version, readme fix
1 parent 6f2986c commit 81be12d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Blocking Component [![Build Status](https://travis-ci.org/brainbits/blocking.png?branch=master)](https://travis-ci.org/brainbits/blocking)
22
==================
3-
The Locking Component provides methods to manager content based blocking.
3+
The Blocking Component provides methods to manager content based blocking.
44

55
<?php
66

@@ -45,4 +45,4 @@ Blocking Validators
4545
-------------------
4646
Blocking validators test wether or not an existing block is still valid.
4747

48-
A validator that checks a block via last modification time is provided.
48+
A validator that checks a block via last modification time is provided.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brainbits/blocking",
33
"description": "Object blocking",
4-
"keywords": [],
4+
"keywords": ["block", "blocking", "async"],
55
"homepage": "http://brainbits.net",
66
"license": "MIT",
77
"authors": [
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.3.0",
15-
"symfony/http-foundation": ">=2.1"
15+
"symfony/http-foundation": "2.3.*"
1616
},
1717
"require-dev": {
1818
"mikey179/vfsStream": "1.1.*"

0 commit comments

Comments
 (0)