diff --git a/README.md b/README.md index ba53ec9..9c1622c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 10b2187..a50bf62 100644 --- a/composer.json +++ b/composer.json @@ -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" }, @@ -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": [