Skip to content

Commit 5430f17

Browse files
Start work on next version
1 parent f9ce536 commit 5430f17

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.styleci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
risky: true
2+
enabled:
3+
- modernize_types_casting
4+
- phpdoc_trim_consecutive_blank_line_separation
5+
- ternary_to_null_coalescing

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
The StyleCI SDK requires [PHP](https://php.net) 7.2.5 or higher. To get the latest version, simply require the project using [Composer](https://getcomposer.org):
1414

1515
```bash
16-
$ composer require styleci/sdk:^1.4
16+
$ composer require styleci/sdk:^1.5
1717
```
1818

1919

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"require-dev": {
1818
"graham-campbell/testbench-core": "^3.3",
19-
"phpunit/phpunit": "^8.5.13 || ^9.4.4",
20-
"mockery/mockery": "~1.3.3 || ^1.4.2"
19+
"phpunit/phpunit": "^8.5.15 || ^9.5.4",
20+
"mockery/mockery": "~1.3.4 || ^1.4.3"
2121
},
2222
"autoload": {
2323
"psr-4": {

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Client
3030
*
3131
* @var string
3232
*/
33-
const USER_AGENT = 'styleci-sdk/1.4';
33+
const USER_AGENT = 'styleci-sdk/1.5';
3434

3535
/**
3636
* The guzzle client instance.

0 commit comments

Comments
 (0)