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

Commit

Permalink
Merge pull request #7 from ensi-platform/ensitech-20
Browse files Browse the repository at this point in the history
ENSITECH-20 support pest 2
  • Loading branch information
MsNatali authored Sep 14, 2023
2 parents 2175eea + 6ba1b1e commit 2e52ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
],
"require": {
"php": "^8.0",
"fakerphp/faker": "^1.10",
"fakerphp/faker": "^1.10 || ^2.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"pestphp/pest": "^1.16",
"pestphp/pest": "^1.16 || ^2.0",
"php-parallel-lint/php-var-dump-check": "^0.5.0",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0 || ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2e52ae0

Please sign in to comment.