Skip to content

Commit e75713b

Browse files
MartinsRucevskismartins.rucevskis
and
martins.rucevskis
authored
Laravel 11 support (#56)
* Updated composer.json * updated composer.json package name * Updated scrutinizer environments * Updated composer json * Updated composer json * Updated readme and composer json * Corrected scrutinizer php 83 version * Changed dependency versions * Updated Readme * Removed unnecessary change * Removed unnecessary change --------- Co-authored-by: martins.rucevskis <martins.rucevskis@di.lv>
1 parent fa07052 commit e75713b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.scrutinizer.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@ build:
2121
php81:
2222
environment:
2323
php:
24-
version: 8.1
24+
version: 8.1
25+
php82:
26+
environment:
27+
php:
28+
version: 8.2
29+
php83:
30+
environment:
31+
php:
32+
version: 8.3.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Codeception extension to make working with [Phiremock Server](https://github.com
1212

1313
```json
1414
"require-dev": {
15-
"mcustiel/phiremock-codeception-extension": "^2.0"
15+
"mcustiel/phiremock-codeception-extension": "^3.0"
1616
}
1717
```
1818

@@ -162,7 +162,7 @@ If this is in your composer.json:
162162
"guzzlehttp/guzzle": "^7.0"
163163
```
164164

165-
The you can create a factory as follows:
165+
Then you can create a factory as follows:
166166

167167
```php
168168
<?php

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require" : {
3636
"php" : "^8.0",
3737
"codeception/codeception" : "^5.0",
38-
"symfony/process": ">=5.0.0 <7.0.0"
38+
"symfony/process": ">=5.0.0 <8.0.0"
3939
},
4040
"require-dev": {
4141
"mcustiel/phiremock-server": "^1.0",

0 commit comments

Comments
 (0)