Skip to content

Commit

Permalink
Update dependencies & drop PHP 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Dargham committed Aug 19, 2022
1 parent d73968e commit ef80068
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 452 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dist: focal
dist: jammy

language: php

matrix:
include:
- php: 7.4
- php: 8.0
- php: 8.1

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"issues": "https://github.com/globalis-ms/wp-cubi-robo/issues"
},
"require": {
"php": ">=7.4",
"php": ">=8.0",
"globalis/robo-task": "^2.0.1",
"rmccue/requests" : "^1.8.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6.0"
"squizlabs/php_codesniffer": "^3.7.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ef80068

Please sign in to comment.