Skip to content

Commit

Permalink
Merge pull request #12 from sitecrafting/php8.2-updates
Browse files Browse the repository at this point in the history
updated version of the gearlab-tools library
  • Loading branch information
akoziolsc authored Oct 11, 2024
2 parents 12b00fd + 2a34075 commit bbd85bc
Show file tree
Hide file tree
Showing 2 changed files with 1,198 additions and 698 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=7.3",
"composer/installers": "~1.0",
"sitecrafting/gearlab-tools-php": "v2.0.0-rc.02"
"sitecrafting/gearlab-tools-php": "v2.0.0-rc.03"
},
"license": "MIT",
"authors": [
Expand All @@ -27,5 +27,10 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
Loading

0 comments on commit bbd85bc

Please sign in to comment.