Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrenkoAnton committed Jan 11, 2024
1 parent 918ac62 commit f1782d4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 63 deletions.
26 changes: 0 additions & 26 deletions .docker/php80/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions .docker/php80/docker-compose.yml

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# php-dto

[![PHP Composer](https://github.com/PetrenkoAnton/php-dto/actions/workflows/tests.yml/badge.svg)](https://github.com/PetrenkoAnton/php-dto/actions/workflows/tests.yml)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/petrenkoanton/php-dto.svg?style=flat-square)](https://packagist.org/packages/petrenkoanton/php-dto)
[![Total Downloads](https://img.shields.io/packagist/dt/petrenkoanton/php-dto.svg?style=flat-square)](https://packagist.org/packages/petrenkoanton/php-dto)

## Error codes
// INIT

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"petrenkoanton/php-collection": "^1.0"
},
"require-dev": {
Expand Down
36 changes: 19 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Dto.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use UnitEnum;
use ValueError;

abstract class Dto implements Collectable
abstract class Dto implements Collectable, Arrayable
{
/**
* @var ReflectionProperty[]
Expand Down

0 comments on commit f1782d4

Please sign in to comment.