Skip to content

Commit

Permalink
build: atualiza pacotes para laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewalkermo committed Nov 27, 2024
1 parent 4bb8f3b commit f7a83fb
Show file tree
Hide file tree
Showing 4 changed files with 1,600 additions and 1,883 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build container
run: docker build -t multi-payment .
- name: Install Dependencies
run: docker run -v $(pwd):/app multi-payment composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Execute tests via PHPUnit
env:
APP_ENV: testing
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ COPY . /app

VOLUME /app

RUN composer install
RUN composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
],
"require": {
"php": ">=7.4.0",
"nesbot/carbon": "2.65.*",
"illuminate/config": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"nesbot/carbon": "^2.0",
"illuminate/config": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"iugu/iugu": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "~7.0"
"orchestra/testbench": "~8.0"
}
}
Loading

0 comments on commit f7a83fb

Please sign in to comment.