Skip to content

Commit

Permalink
Merge pull request #44 from 26B/feature/laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloasimoes authored Oct 10, 2022
2 parents 5ef65be + 3c370de commit f0b026c
Show file tree
Hide file tree
Showing 10 changed files with 2,166 additions and 497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Switch PHP Version
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '8.1.7'
coverage: xdebug

- name: Validate composer.json and composer.lock files
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@ path ?(domain|filename-) locale ?(-js-handle) .ext
- `bool` | `optional` | `default:` true
- Whether the option `--skip-js` will be passed to the `wp i18n make-pots` command. Makes it so strings to be translated inside JS code will not be considered.
## Framework specific
### Laravel
TODO:
### WordPress
TODO:
## TODO
- Maybe rest of api params.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"require": {
"guzzlehttp/guzzle": "^7.2",
"symfony/console": "4.4.0"
"symfony/console": "^6.0",
"kkomelin/laravel-translatable-string-exporter": "^1.17"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down
Loading

0 comments on commit f0b026c

Please sign in to comment.