Skip to content

Commit

Permalink
Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Dec 10, 2021
1 parent 3785d68 commit 6f42970
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: php
sudo: false

php:
- 7.1
- 7.2
- 7.4
- 8.0

before_script:
- composer self-update
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![License](https://img.shields.io/packagist/l/Bukashk0zzz/timestamptype-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/timestamptype-bundle)
[![Latest Stable Version](https://img.shields.io/packagist/v/Bukashk0zzz/timestamptype-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/timestamptype-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/Bukashk0zzz/timestamptype-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/timestamptype-bundle)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/98688324-1b62-4140-a717-15d2406a3761/mini.png)](https://insight.sensiolabs.com/projects/98688324-1b62-4140-a717-15d2406a3761)

About
-----
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"require": {
"php": ">=7.1.0",
"symfony/dependency-injection": "^3.3|^4.0|^5.0",
"symfony/config": "^3.3|^4.0|^5.0",
"symfony/yaml": "^3.3|^4.0|^5.0",
"symfony/http-kernel": "^3.3|^4.0|^5.0",
"symfony/form": "^3.3|^4.0|^5.0"
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/config": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/form": "^5.0|^6.0"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.0",
Expand Down

0 comments on commit 6f42970

Please sign in to comment.