Skip to content

Commit

Permalink
Merge pull request #3 from ensi-platform/ensitech-20
Browse files Browse the repository at this point in the history
ENSITECH-20 support laravel 10
  • Loading branch information
MsNatali authored Sep 14, 2023
2 parents cdcac31 + c882027 commit 1454609
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4,931 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea
/vendor
/node_modules
composer.lock

*.cache
.huskyrc
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"mockery/mockery": "^1.4",
"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 All @@ -36,6 +36,9 @@
"test": "vendor/bin/pest"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit 1454609

Please sign in to comment.