Skip to content

Commit

Permalink
Merge pull request #9 from webstacknl/symfony7
Browse files Browse the repository at this point in the history
chore(deps): Symfony 7
  • Loading branch information
jcrombez authored Mar 20, 2024
2 parents e7c0a9d + a63a936 commit cc6f043
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,22 @@
}
],
"require": {
"php": "^8.0",
"doctrine/orm": "^2.7",
"twig/twig": "^2.12.1 || ^3.0",
"php": "^8.1",
"doctrine/orm": "^2.7|^3.0",
"twig/twig": "^2.12.1|^3.0",
"twig/extra-bundle": "^3.4",
"twig/string-extra": "^3.4",
"knplabs/knp-paginator-bundle": "^5.8",
"symfony/property-access": "^6.1"
"knplabs/knp-paginator-bundle": "^5.8|^6.3",
"symfony/property-access": "^6.3|^7.0",
"symfony/form": "^6.3|^7.0",
"symfony/options-resolver": "^6.3|^7.0"
},
"autoload": {
"psr-4": {
"Kibatic\\DatagridBundle\\": "src"
}
},
"require-dev": {
"symfony/asset-mapper": "^7.0"
}
}
2 changes: 0 additions & 2 deletions src/DependencyInjection/KibaticDatagridExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\DependencyInjection\Reference;

class KibaticDatagridExtension extends Extension implements PrependExtensionInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/Grid/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Kibatic\DatagridBundle\Grid;

use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
use Symfony\Component\PropertyAccess\PropertyAccess;

Expand Down

0 comments on commit cc6f043

Please sign in to comment.