Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Nov 29, 2024
1 parent 55f9a2b commit cff75c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}

#- name: Validate composer.json and composer.lock
# run: composer validate

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": ">=8.2.0",
"popphp/popphp": "^4.3.5",
"popphp/pop-cookie": "^4.0.1",
"popphp/pop-http": "^5.2.11",
"popphp/pop-session": "^4.0.0",
"popphp/pop-view": "^4.0.1"
"popphp/popphp": "^4.3.6",
"popphp/pop-cookie": "^4.0.2",
"popphp/pop-http": "^5.3.0",
"popphp/pop-session": "^4.0.1",
"popphp/pop-view": "^4.0.2"
},
"require-dev": {
"phpunit/phpunit": "^11.0.0"
Expand Down

0 comments on commit cff75c7

Please sign in to comment.