Skip to content

Commit ca2b81b

Browse files
author
rotimi
committed
Updated to using ^v3.0.0 of icanboogie/inflector
1 parent f416c6f commit ca2b81b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,5 @@ The package should work with MS Sqlserver, but the tests will only run with sqli
175175
These are the branches in this repository:
176176

177177
- **main:** contains code for the latest major version of this package
178+
- **2.x:** contains code for the **2.x** version of this package
178179
- **1.x:** contains code for the **1.x** version of this package

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=8.1.0",
1818
"atlas/info": "^1.2.0",
1919
"rotexsoft/sqlschema": "^3.1.1",
20-
"icanboogie/inflector": "^v2.2.0",
20+
"icanboogie/inflector": "^v3.0.0",
2121
"symfony/polyfill-php82": "^1.26",
2222
"symfony/polyfill-php83": "^1.29"
2323
},
@@ -28,10 +28,12 @@
2828
"rector/rector": "^1.0.0"
2929
},
3030
"autoload": {
31-
"classmap": ["src/"]
31+
"classmap": ["src/"],
32+
"files": ["vendor/icanboogie/inflector/lib/helpers.php"]
3233
},
3334
"autoload-dev": {
34-
"classmap": ["src/", "tests/"]
35+
"classmap": ["src/", "tests/"],
36+
"files": ["vendor/icanboogie/inflector/lib/helpers.php"]
3537
},
3638
"scripts": {
3739
"test": [

0 commit comments

Comments
 (0)