Skip to content

Commit

Permalink
Laravel 11 support (#56)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
MartinsRucevskis and martins.rucevskis committed Apr 22, 2024
1 parent fa07052 commit e75713b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ build:
php81:
environment:
php:
version: 8.1
version: 8.1
php82:
environment:
php:
version: 8.2
php83:
environment:
php:
version: 8.3.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Codeception extension to make working with [Phiremock Server](https://github.com

```json
"require-dev": {
"mcustiel/phiremock-codeception-extension": "^2.0"
"mcustiel/phiremock-codeception-extension": "^3.0"
}
```

Expand Down Expand Up @@ -162,7 +162,7 @@ If this is in your composer.json:
"guzzlehttp/guzzle": "^7.0"
```

The you can create a factory as follows:
Then you can create a factory as follows:

```php
<?php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require" : {
"php" : "^8.0",
"codeception/codeception" : "^5.0",
"symfony/process": ">=5.0.0 <7.0.0"
"symfony/process": ">=5.0.0 <8.0.0"
},
"require-dev": {
"mcustiel/phiremock-server": "^1.0",
Expand Down

0 comments on commit e75713b

Please sign in to comment.