Skip to content

Commit fc5f6cc

Browse files
committed
Move from regex
1 parent f0b8397 commit fc5f6cc

File tree

8 files changed

+2326
-402
lines changed

8 files changed

+2326
-402
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
/tests/translations

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@
1414
"packaged/rwd": "^1.4",
1515
"packaged/i18n": "^1.6.0",
1616
"google/cloud-translate": "^1.17.0",
17-
"mressex/cubex-cli": "^0.1.0"
17+
"mressex/cubex-cli": "^0.1.0",
18+
"permafrost-dev/php-code-search": "^1.11"
1819
},
1920
"require-dev": {
20-
"roave/security-advisories": "dev-latest"
21+
"roave/security-advisories": "dev-latest",
22+
"phpunit/phpunit": "^10.5.9"
2123
},
2224
"autoload": {
2325
"psr-4": {
24-
"MrEssex\\CubexTranslate\\": "src/"
26+
"MrEssex\\CubexTranslate\\": "src/",
27+
"MrEssex\\CubexTranslate\\Tests\\": "tests/"
2528
}
2629
}
2730
}

0 commit comments

Comments
 (0)