Skip to content

Commit

Permalink
Upgrade to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansulinski committed Dec 10, 2023
1 parent 1f9ecf8 commit af90e2e
Show file tree
Hide file tree
Showing 24 changed files with 470 additions and 956 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea
/vendor
example.php
.phpunit.result.cache
.phpunit.result.cache
.phpunit.cache
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php

php:
- '7.1'
- '7.2'
- '8.3'
- nightly

before_script:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This package allows converting between different string formats.

[![Build Status](https://travis-ci.org/sebastiansulinski/string-converter.svg?branch=master)](https://travis-ci.org/sebastiansulinski/string-converter)

## Usage examples

### Class-name
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0"
"php": "^8.2"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
"laravel/pint": "^1.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit af90e2e

Please sign in to comment.