Skip to content

Commit

Permalink
Updated to using ^v3.0.0 of icanboogie/inflector
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Dec 6, 2024
1 parent f416c6f commit ca2b81b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,5 @@ The package should work with MS Sqlserver, but the tests will only run with sqli
These are the branches in this repository:

- **main:** contains code for the latest major version of this package
- **2.x:** contains code for the **2.x** version of this package
- **1.x:** contains code for the **1.x** version of this package
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">=8.1.0",
"atlas/info": "^1.2.0",
"rotexsoft/sqlschema": "^3.1.1",
"icanboogie/inflector": "^v2.2.0",
"icanboogie/inflector": "^v3.0.0",
"symfony/polyfill-php82": "^1.26",
"symfony/polyfill-php83": "^1.29"
},
Expand All @@ -28,10 +28,12 @@
"rector/rector": "^1.0.0"
},
"autoload": {
"classmap": ["src/"]
"classmap": ["src/"],
"files": ["vendor/icanboogie/inflector/lib/helpers.php"]
},
"autoload-dev": {
"classmap": ["src/", "tests/"]
"classmap": ["src/", "tests/"],
"files": ["vendor/icanboogie/inflector/lib/helpers.php"]
},
"scripts": {
"test": [
Expand Down

0 comments on commit ca2b81b

Please sign in to comment.