Skip to content

Commit

Permalink
(chore): update composer, php version, add .idea to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakyWizard committed Nov 18, 2024
1 parent 20e408d commit 9671821
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 411 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
vendor
node_modules
build
.idea
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
}
},
"require": {
"php": "^8.0",
"php": "8.1.*",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"10up/wp_mock": "^0.4.2",
"friendsofphp/php-cs-fixer": "^3.58",
"larastan/larastan": "^2.0",
"orchestra/testbench": "^8.23",
"pestphp/pest": "^2.34",
"szepeviktor/phpstan-wordpress": "^1.0"
"friendsofphp/php-cs-fixer": "^3.64",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.27",
"pestphp/pest": "^2.36",
"szepeviktor/phpstan-wordpress": "^1.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9671821

Please sign in to comment.