Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit f7fff35

Browse files
committed
raise requirements
1 parent e2e6eab commit f7fff35

37 files changed

Lines changed: 685 additions & 607 deletions

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
66
;
77

88
return Symfony\CS\Config\Config::create()
9-
->fixers(array('concat_with_spaces', 'align_double_arrow', 'long_array_syntax', '-concat_without_spaces', 'ordered_use', '-phpdoc_short_description', '-phpdoc_separation'))
9+
->fixers(['concat_with_spaces', 'align_double_arrow', 'short_array_syntax', '-concat_without_spaces', 'ordered_use', 'unused_use', '-phpdoc_short_description', '-phpdoc_separation'])
1010
->finder($finder)
1111
;

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installation
1515
------------
1616

1717
```bash
18-
$ composer require beelab/bowerphp:1.0.*@dev
18+
$ composer require beelab/bowerphp
1919
```
2020

2121
Configuration
@@ -31,7 +31,7 @@ Once you created your token, just store it in the ``BOWERPHP_TOKEN`` environment
3131
Status
3232
------
3333

34-
This project is in beta status.
34+
This project is in stable version (no beta suffix), but still in `0` major version (BC not assured).
3535

3636
See currently open [issues](https://github.com/Bee-Lab/bowerphp/issues).
3737

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
"issues": "https://github.com/bee-lab/bowserphp/issues"
2424
},
2525
"require": {
26-
"php": ">=5.3.6",
26+
"php": ">=5.5.9",
2727
"ext-zip": "*",
2828
"ext-fileinfo": "*",
29-
"symfony/console": "~2.3|~3.0",
30-
"symfony/finder": "~2.3|~3.0",
31-
"symfony/filesystem": "~2.4|~3.0",
32-
"symfony/process": "~2.3|~3.0",
33-
"camspiers/json-pretty": "1.0.*",
29+
"symfony/console": "~2.7|~3.0",
30+
"symfony/finder": "~2.7|~3.0",
31+
"symfony/filesystem": "~2.7|~3.0",
32+
"symfony/process": "~2.7|~3.0",
3433
"knplabs/github-api": "^1.4",
3534
"vierbergenlars/php-semver": "~3.0"
3635
},

0 commit comments

Comments
 (0)