Skip to content

Commit 2e69a54

Browse files
committed
Drop SymfonyInsight analysis
1 parent 7842f2e commit 2e69a54

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Build Status](https://travis-ci.org/omines/datatables-bundle.svg?branch=master)](https://travis-ci.org/omines/datatables-bundle)
77
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/omines/datatables-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/omines/datatables-bundle/?branch=master)
88
[![Code Coverage](https://scrutinizer-ci.com/g/omines/datatables-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/omines/datatables-bundle/?branch=master)
9-
[![SymfonyInsight](https://img.shields.io/symfony/i/grade/05d79ba2-cba4-4201-a17a-2868c51f9c6c)](https://insight.symfony.com/projects/05d79ba2-cba4-4201-a17a-2868c51f9c6c)
109

1110
This bundle provides convenient integration of the popular [DataTables](https://datatables.net/) jQuery library
1211
for realtime Ajax tables in your [Symfony](https://symfony.com/) 4.2+ or 5.0+ application.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"extra": {
7272
"branch-alias": {
73-
"dev-master": "0.4-dev"
73+
"dev-master": "0.5-dev"
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)